byte 47 core/AbcGen.cpp bytes.add((byte)v); byte 51 core/AbcGen.cpp byte first = (byte)((v & 0x7F) | 0x80); byte 52 core/AbcGen.cpp byte second = (byte)(v>>7); byte 58 core/AbcGen.cpp byte first = (byte)((v & 0x7F) | 0x80); byte 59 core/AbcGen.cpp byte second = (byte)(v>>7 | 0x80); byte 60 core/AbcGen.cpp byte third = (byte)(v>>14); byte 67 core/AbcGen.cpp byte first = (byte)((v & 0x7F) | 0x80); byte 68 core/AbcGen.cpp byte second = (byte)(v>>7 | 0x80); byte 69 core/AbcGen.cpp byte third = (byte)(v>>14 | 0x80); byte 70 core/AbcGen.cpp byte fourth = (byte) ( v >>21 ); byte 78 core/AbcGen.cpp byte first = (byte)((v & 0x7F) | 0x80); byte 79 core/AbcGen.cpp byte second = (byte)(v>>7 | 0x80); byte 80 core/AbcGen.cpp byte third = (byte)(v>>14 | 0x80); byte 81 core/AbcGen.cpp byte fourth = (byte) (v >>21 | 0x80); byte 82 core/AbcGen.cpp byte fifth = (byte) (v >> 28); byte 52 core/AbcGen.h List<byte>& getBytes() { return bytes; } byte 64 core/AbcGen.h bytes.add((byte)op); byte 68 core/AbcGen.h void getlocalN(int N) { bytes.add((byte)(OP_getlocal0+N)); } byte 82 core/AbcGen.h void writeBytes(List<byte>& b) { bytes.add(b); } byte 86 core/AbcGen.h List<byte> bytes; byte 43 core/AbcParser-inlines.h REALLY_INLINE int AbcParser::readU16(const byte* p) const byte 50 core/AbcParser-inlines.h REALLY_INLINE int AbcParser::readS32(const byte *&p) const byte 494 core/AbcParser.cpp const byte* meta_pos = pos; byte 677 core/AbcParser.cpp const byte* startpos = pos; byte 685 core/AbcParser.cpp const byte* info_pos = pos; byte 691 core/AbcParser.cpp const byte* ret_type_pos = pos; byte 906 core/AbcParser.cpp const byte* startpos = pos; byte 918 core/AbcParser.cpp const byte *body_pos = pos; byte 1058 core/AbcParser.cpp const byte* traits_pos = pos; byte 1157 core/AbcParser.cpp const byte* startpos = pos; byte 1618 core/AbcParser.cpp const byte* startpos = pos; byte 1635 core/AbcParser.cpp const byte* script_pos = pos; byte 1703 core/AbcParser.cpp const byte* startpos = pos; byte 1721 core/AbcParser.cpp const byte* instancepos = pos; byte 1780 core/AbcParser.cpp const byte* interfacePos = pos; byte 1907 core/AbcParser.cpp const byte* startpos = pos; byte 1917 core/AbcParser.cpp const byte* class_pos = pos; byte 84 core/AbcParser.h void parseTypeName(const byte* &p, Multiname& m) const; byte 87 core/AbcParser.h Namespacep parseNsRef(const byte* &pc) const; byte 89 core/AbcParser.h Stringp parseName(const byte* &pc) const; byte 90 core/AbcParser.h uint32_t resolveQName(const byte*& pc, Multiname& m) const; byte 128 core/AbcParser.h double readDouble(const byte* &p) const; byte 134 core/AbcParser.h int readU16(const byte* p) const; byte 145 core/AbcParser.h int readS32(const byte *&p) const; byte 147 core/AbcParser.h uint32_t readU30(const byte*& p) const; byte 157 core/AbcParser.h const byte* pos; byte 159 core/AbcParser.h byte* abcStart; byte 160 core/AbcParser.h byte* abcEnd; // one past the end, actually byte 442 core/AvmCore-inlines.h REALLY_INLINE /*static*/ int AvmCore::readS24(const byte *pc) byte 456 core/AvmCore-inlines.h REALLY_INLINE /*static*/ int AvmCore::calculateInstructionWidth(const byte* p) byte 460 core/AvmCore-inlines.h const byte* p2 = p; byte 466 core/AvmCore-inlines.h REALLY_INLINE /*static*/ int32_t AvmCore::readU16(const byte *pc) byte 1730 core/AvmCore.cpp const byte* p2 = pc-1; byte 645 core/AvmCore.h void formatOpcode(PrintWriter& out, const byte *pc, AbcOpcode opcode, ptrdiff_t off, PoolObject* pool); byte 890 core/AvmCore.h static int readS24(const byte *pc); byte 896 core/AvmCore.h static int calculateInstructionWidth(const byte* p); byte 903 core/AvmCore.h static void readOperands(const byte* &pc, unsigned int& imm32, int& imm24, unsigned int& imm32b, int& imm8 ); byte 913 core/AvmCore.h static uint32 readU30(const byte *&p) byte 967 core/AvmCore.h static int32_t readU16(const byte *pc); byte 67 core/BigInteger.cpp VMPI_memcpy( (byte*)wordBuffer, byte 68 core/BigInteger.cpp (byte*)&(from->wordBuffer[offset]), byte 1741 core/CodegenLIR.cpp const byte* nextpc = pc; byte 2666 core/CodegenLIR.cpp const byte* nextpc = pc; byte 2670 core/CodegenLIR.cpp const byte* new_pc = (const byte *) (uintptr(opd1) | (((uintptr) opd2) << 32)); byte 2671 core/CodegenLIR.cpp const byte* new_code_end = new_pc + AvmCore::readU30 (nextpc); byte 2673 core/CodegenLIR.cpp const byte* new_pc = (const byte*) opd1; byte 2674 core/CodegenLIR.cpp const byte* new_code_end = new_pc + opd2; byte 3335 core/CodegenLIR.cpp const byte* pc = 4 + abcStart + state->pc; byte 369 core/CodegenLIR.h const byte *abcStart; byte 370 core/CodegenLIR.h const byte *abcEnd; byte 497 core/CodegenLIR.h void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits *type = NULL); byte 498 core/CodegenLIR.h void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits* type = NULL); byte 499 core/CodegenLIR.h void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type = NULL); byte 500 core/CodegenLIR.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr opd1, uint32_t opd2, Traits* type = NULL); byte 501 core/CodegenLIR.h void writeNip(FrameState* state, const byte *pc); byte 504 core/CodegenLIR.h void writePrologue(FrameState* state, const byte *pc); byte 507 core/CodegenLIR.h void writeOpcodeVerified(FrameState* state, const byte* pc, AbcOpcode opcode); byte 508 core/CodegenLIR.h void fixExceptionsAndLabels(FrameState* state, const byte* pc); byte 46 core/Coder-inlines.h REALLY_INLINE void CodeWriter::write(FrameState* state, const byte *pc, AbcOpcode opcode) byte 51 core/Coder-inlines.h REALLY_INLINE void CodeWriter::writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1) byte 56 core/Coder-inlines.h REALLY_INLINE void CodeWriter::writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2) byte 51 core/Coder.h virtual void write(FrameState* state, const byte *pc, AbcOpcode opcode, Traits *type); byte 52 core/Coder.h virtual void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type); byte 53 core/Coder.h virtual void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type); byte 54 core/Coder.h virtual void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr_t opd1, uint32_t opd2, Traits* type); byte 55 core/Coder.h virtual void writeNip(FrameState* state, const byte *pc); byte 58 core/Coder.h virtual void writePrologue(FrameState* state, const byte *pc); byte 61 core/Coder.h virtual void writeOpcodeVerified(FrameState* state, const byte *pc, AbcOpcode opcode); byte 62 core/Coder.h virtual void writeFixExceptionsAndLabels(FrameState* state, const byte *pc); byte 67 core/Coder.h void write(FrameState* state, const byte *pc, AbcOpcode opcode); byte 68 core/Coder.h void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1); byte 69 core/Coder.h void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2); byte 80 core/Coder.h void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits *type); byte 81 core/Coder.h void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits* type); byte 82 core/Coder.h void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type); byte 83 core/Coder.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr_t opd1, uint32_t opd2, Traits* type); byte 84 core/Coder.h void writeNip(FrameState* state, const byte *pc); byte 87 core/Coder.h void writePrologue(FrameState* state, const byte *pc); byte 90 core/Coder.h void writeOpcodeVerified(FrameState* state, const byte *pc, AbcOpcode opcode); byte 91 core/Coder.h void writeFixExceptionsAndLabels(FrameState* state, const byte *pc); byte 103 core/Coder.h void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits *type); byte 104 core/Coder.h void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type); byte 105 core/Coder.h void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type); byte 106 core/Coder.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr_t opd1, uint32_t opd2, Traits* type); byte 107 core/Coder.h void writeNip(FrameState* state, const byte *pc); byte 110 core/Coder.h void writePrologue(FrameState* state, const byte *pc); byte 113 core/Coder.h void writeOpcodeVerified(FrameState* state, const byte *pc, AbcOpcode opcode); byte 114 core/Coder.h void writeFixExceptionsAndLabels(FrameState* state, const byte *pc); byte 934 core/MethodInfo.cpp const byte* pos = this->_abc_info_pos; byte 1017 core/MethodInfo.cpp const byte* body_pos = this->abc_body_pos(); byte 61 core/PoolObject-inlines.h REALLY_INLINE const byte* PoolObject::getMetadataInfoPos(uint32_t index) byte 66 core/PoolObject-inlines.h REALLY_INLINE Traits* PoolObject::resolveTypeName(const byte*& pc, const Toplevel* toplevel, bool allowVoid) const byte 71 core/PoolObject-inlines.h REALLY_INLINE void PoolObject::resolveQName(const byte* &p, Multiname &m, const Toplevel* toplevel) const byte 92 core/PoolObject-inlines.h REALLY_INLINE bool PoolObject::isCodePointer(const byte* pos) byte 101 core/PoolObject.h List<const byte*> metadata_infos; byte 137 core/PoolObject.h PoolObject(AvmCore* core, ScriptBuffer& sb, const byte* startpos, uint32_t api); byte 142 core/PoolObject.h const byte* getMetadataInfoPos(uint32_t index); byte 153 core/PoolObject.h void parseMultiname(const byte *pos, Multiname& m) const; byte 156 core/PoolObject.h Traits* resolveTypeName(const byte*& pc, const Toplevel* toplevel, bool allowVoid=false) const; byte 159 core/PoolObject.h void resolveQName(const byte* &p, Multiname &m, const Toplevel* toplevel) const; byte 176 core/PoolObject.h bool isCodePointer(const byte* pos); byte 200 core/PoolObject.h const byte* abcPtr; byte 213 core/PoolObject.h const byte * const _abcStart; byte 215 core/PoolObject.h const byte * _abcStringStart; byte 217 core/PoolObject.h const byte * _abcStringEnd; byte 189 core/Sampler.cpp byte *Sampler::getSamples(uint32 &num) byte 192 core/Sampler.cpp byte *start = samples; byte 256 core/Sampler.cpp byte *p = currentSample; byte 396 core/Sampler.cpp byte* old_sample = lastAllocSample; byte 408 core/Sampler.cpp byte* pos = currentSample; byte 456 core/Sampler.cpp byte* oldptr = 0; byte 457 core/Sampler.cpp if( (oldptr = (byte*)ptrSamples->get(item)) != 0 ) byte 493 core/Sampler.cpp currentSample = samples = mmfx_new_array(byte, samples_size); byte 610 core/Sampler.cpp byte *p = getSamples(num); byte 169 core/Sampler.h byte *getSamples(uint32 &num); byte 170 core/Sampler.h void readSample(byte *&p, Sample &s); byte 206 core/Sampler.h void rewind(byte*&b, uint32 amount) byte 55 core/ScriptBuffer.h operator byte* () const { return buffer; } byte 57 core/ScriptBuffer.h byte* getBuffer() const { return (byte*)buffer; } byte 59 core/ScriptBuffer.h byte operator[] (int index) const { byte 62 core/ScriptBuffer.h byte& operator[] (int index) { byte 69 core/ScriptBuffer.h byte *buffer; byte 85 core/ScriptBuffer.h buffer = (byte*)(this+1); byte 102 core/ScriptBuffer.h ReadOnlyScriptBufferImpl(const byte * _buf, size_t _size) byte 106 core/ScriptBuffer.h this->buffer = (byte*) _buf; byte 118 core/ScriptBuffer.h ConstDataScriptBufferImpl(const byte * _buf, size_t _size) byte 122 core/ScriptBuffer.h this->buffer = (byte*) _buf; byte 154 core/ScriptBuffer.h operator byte* () const { byte 160 core/ScriptBuffer.h byte* getBuffer() const { byte 163 core/ScriptBuffer.h byte operator[] (int index) const { byte 166 core/ScriptBuffer.h byte& operator[] (int index) { byte 303 core/Toplevel.h unsigned int readU30(const byte *&p) const; byte 208 core/Traits-inlines.h REALLY_INLINE void Traits::setMetadataPos(const byte* pos) byte 263 core/Traits.h void setMetadataPos(const byte* pos); byte 517 core/Traits.h private: const byte* metadata_pos; byte 120 core/Verifier.cpp const byte* pos = info->abc_body_pos(); byte 279 core/Verifier.cpp for (const byte* pc = code_pos, *code_end=code_pos+code_length; pc < code_end; pc += size) byte 375 core/Verifier.cpp const byte* target = code_pos + handler->target; byte 394 core/Verifier.cpp for (const byte *temp = pc; temp <= code_pos + handler->to; ) byte 399 core/Verifier.cpp const byte *temp2 = temp+4; byte 409 core/Verifier.cpp const byte* temp2 = temp+1; byte 434 core/Verifier.cpp const byte* nextpc = pc; byte 1840 core/Verifier.cpp const byte* new_pc = (const byte *) (uintptr(imm30) | (((uintptr) imm30b) << 32)); byte 1841 core/Verifier.cpp const byte* new_code_end = new_pc + AvmCore::readU30 (nextpc); byte 1843 core/Verifier.cpp const byte* new_pc = (const byte*) imm30; byte 1844 core/Verifier.cpp const byte* new_code_end = new_pc + imm30b; byte 1855 core/Verifier.cpp const byte* old_pc = pc; byte 2246 core/Verifier.cpp blockStates = new (core->GetGC()) GCSortedMap<const byte*, FrameState*, LIST_NonGCObjects>(core->GetGC()); byte 2247 core/Verifier.cpp const byte *target = code_pos + target_off; byte 2778 core/Verifier.cpp const byte* pos = exceptions_pos; byte 68 core/Verifier.h GCSortedMap<const byte*, FrameState*, LIST_NonGCObjects> *blockStates; byte 82 core/Verifier.h const byte* code_pos; byte 83 core/Verifier.h const byte* exceptions_pos; byte 118 core/Verifier.h void checkTarget(const byte* target); byte 133 core/Verifier.h void emitFindProperty(AbcOpcode opcode, Multiname& multiname, uint32_t imm30, const byte *pc); byte 134 core/Verifier.h void emitGetProperty(Multiname &multiname, int n, uint32_t imm30, const byte *pc); byte 138 core/Verifier.h void emitCallproperty(AbcOpcode opcode, int& sp, Multiname& multiname, uint32_t multiname_index, uint32_t argc, const byte* pc); byte 139 core/Verifier.h bool emitCallpropertyMethod(AbcOpcode opcode, Traits* t, Binding b, Multiname& multiname, uint32_t multiname_index, uint32_t argc, const byte* pc); byte 140 core/Verifier.h bool emitCallpropertySlot(AbcOpcode opcode, int& sp, Traits* t, Binding b, uint32_t argc, const byte *pc); byte 151 core/Verifier.h void showState(FrameState* state, const byte* pc, bool unreachable); byte 203 core/Verifier.h void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits*); byte 204 core/Verifier.h void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type); byte 205 core/Verifier.h void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type); byte 72 core/WordcodeEmitter.cpp const byte* pos = info->abc_body_pos(); byte 411 core/WordcodeEmitter.cpp const byte* nextpc = pc; byte 520 core/WordcodeEmitter.cpp const byte* new_pc = (const byte *) (uintptr(opd1) | (((uintptr) opd2) << 32)); byte 522 core/WordcodeEmitter.cpp const byte* new_pc = (const byte*) opd1; byte 92 core/WordcodeEmitter.h void write(FrameState* state, const byte *pc, AbcOpcode opcode, Traits *type = NULL); byte 93 core/WordcodeEmitter.h void writeOp1 (FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type = NULL); byte 94 core/WordcodeEmitter.h void writeOp2 (FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type = NULL); byte 95 core/WordcodeEmitter.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr opd1, uint32_t opd2, Traits* type = NULL); byte 96 core/WordcodeEmitter.h void writeNip(FrameState* state, const byte *pc); byte 99 core/WordcodeEmitter.h void writePrologue(FrameState* state, const byte *pc); byte 102 core/WordcodeEmitter.h void writeOpcodeVerified(FrameState* state, const byte *pc, AbcOpcode opcode); byte 103 core/WordcodeEmitter.h void writeFixExceptionsAndLabels(FrameState* state, const byte *pc); byte 432 core/avmplusDebugger.cpp const byte *abc_start = &m->pool()->code()[0]; byte 434 core/avmplusDebugger.cpp const byte *pos = m->abc_body_pos(); byte 441 core/avmplusDebugger.cpp const byte *start = pos; byte 442 core/avmplusDebugger.cpp const byte *end = pos + code_len; byte 447 core/avmplusDebugger.cpp for (const byte* pc=start; pc < end; pc += size) byte 463 core/avmplusDebugger.cpp const byte *pc2 = pc+4; byte 481 core/avmplusDebugger.cpp const byte* pc2 = pc+2; byte 499 core/avmplusDebugger.cpp const byte* pc2 = pc+1; byte 511 core/avmplusDebugger.cpp const byte* pc2 = pc+1; byte 468 core/avmplusDebugger.h static int readS24(const byte *pc) { return AvmCore::readS24(pc); } byte 469 core/avmplusDebugger.h static int readU16(const byte *pc) { return AvmCore::readU16(pc); } byte 470 core/avmplusDebugger.h static int readU30(const byte *&pc) { return AvmCore::readU30(pc); } byte 178 extensions/SamplerScript.cpp byte *cursor;