AbcOpcode         442 core/AvmCore.cpp 		AbcOpcode opcode = (AbcOpcode)*pc++;
AbcOpcode         645 core/AvmCore.h 		void formatOpcode(PrintWriter& out, const byte *pc, AbcOpcode opcode, ptrdiff_t off, PoolObject* pool);
AbcOpcode         471 core/CodegenLIR.h         void emitCall(FrameState* state, AbcOpcode opcode, intptr_t method_id, int argc, Traits* result);
AbcOpcode         472 core/CodegenLIR.h         void emit(FrameState* state, AbcOpcode opcode, uintptr op1=0, uintptr op2=0, Traits* result=NULL);
AbcOpcode         473 core/CodegenLIR.h         void emitIf(FrameState* state, AbcOpcode opcode, int target_off, int lhs, int rhs);
AbcOpcode         483 core/CodegenLIR.h         void emitSetslot(FrameState*, AbcOpcode opcode, int slot, int ptr_index);
AbcOpcode         497 core/CodegenLIR.h         void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits *type = NULL);
AbcOpcode         498 core/CodegenLIR.h         void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits* type = NULL);
AbcOpcode         499 core/CodegenLIR.h         void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type = NULL);
AbcOpcode         500 core/CodegenLIR.h         void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr opd1, uint32_t opd2, Traits* type = NULL);
AbcOpcode         507 core/CodegenLIR.h         void writeOpcodeVerified(FrameState* state, const byte* pc, AbcOpcode opcode);
AbcOpcode          46 core/Coder-inlines.h REALLY_INLINE void CodeWriter::write(FrameState* state, const byte *pc, AbcOpcode opcode)
AbcOpcode          51 core/Coder-inlines.h REALLY_INLINE void CodeWriter::writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1)
AbcOpcode          56 core/Coder-inlines.h REALLY_INLINE void CodeWriter::writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2)
AbcOpcode          51 core/Coder.h           virtual void write(FrameState* state, const byte *pc, AbcOpcode opcode, Traits *type);
AbcOpcode          52 core/Coder.h           virtual void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type);
AbcOpcode          53 core/Coder.h           virtual void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type);
AbcOpcode          54 core/Coder.h           virtual void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr_t opd1, uint32_t opd2, Traits* type);
AbcOpcode          61 core/Coder.h           virtual void writeOpcodeVerified(FrameState* state, const byte *pc, AbcOpcode opcode);
AbcOpcode          67 core/Coder.h           void write(FrameState* state, const byte *pc, AbcOpcode opcode);
AbcOpcode          68 core/Coder.h           void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1);
AbcOpcode          69 core/Coder.h           void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2);
AbcOpcode          80 core/Coder.h           void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits *type);
AbcOpcode          81 core/Coder.h           void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits* type);
AbcOpcode          82 core/Coder.h           void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type);
AbcOpcode          83 core/Coder.h           void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr_t opd1, uint32_t opd2, Traits* type);
AbcOpcode          90 core/Coder.h           void writeOpcodeVerified(FrameState* state, const byte *pc, AbcOpcode opcode);
AbcOpcode         103 core/Coder.h           void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits *type);
AbcOpcode         104 core/Coder.h           void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type);
AbcOpcode         105 core/Coder.h           void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type);
AbcOpcode         106 core/Coder.h           void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr_t opd1, uint32_t opd2, Traits* type);
AbcOpcode         113 core/Coder.h           void writeOpcodeVerified(FrameState* state, const byte *pc, AbcOpcode opcode);
AbcOpcode        3357 core/Interpreter.cpp 		AbcOpcode opcode = (AbcOpcode) *pc;
AbcOpcode         286 core/Verifier.cpp 			AbcOpcode opcode = (AbcOpcode) *pc;
AbcOpcode        2911 core/Verifier.cpp         core->formatOpcode(core->console, pc, (AbcOpcode)*pc, (int)(state->pc), pool);
AbcOpcode         128 core/Verifier.h 		void checkCallMultiname(AbcOpcode opcode, Multiname* multiname) const;
AbcOpcode         133 core/Verifier.h 		void emitFindProperty(AbcOpcode opcode, Multiname& multiname, uint32_t imm30, const byte *pc);
AbcOpcode         138 core/Verifier.h 		void emitCallproperty(AbcOpcode opcode, int& sp, Multiname& multiname, uint32_t multiname_index, uint32_t argc, const byte* pc);
AbcOpcode         139 core/Verifier.h 		bool emitCallpropertyMethod(AbcOpcode opcode, Traits* t, Binding b, Multiname& multiname, uint32_t multiname_index, uint32_t argc, const byte* pc);
AbcOpcode         140 core/Verifier.h 		bool emitCallpropertySlot(AbcOpcode opcode, int& sp, Traits* t, Binding b, uint32_t argc, const byte *pc);
AbcOpcode         203 core/Verifier.h 		void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits*);
AbcOpcode         204 core/Verifier.h 		void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type);
AbcOpcode         205 core/Verifier.h 		void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type);
AbcOpcode          92 core/WordcodeEmitter.h 		void write(FrameState* state, const byte *pc, AbcOpcode opcode, Traits *type = NULL);
AbcOpcode          93 core/WordcodeEmitter.h 		void writeOp1 (FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type = NULL);
AbcOpcode          94 core/WordcodeEmitter.h 		void writeOp2 (FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type = NULL);
AbcOpcode          95 core/WordcodeEmitter.h 		void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr opd1, uint32_t opd2, Traits* type = NULL);
AbcOpcode         102 core/WordcodeEmitter.h 		void writeOpcodeVerified(FrameState* state, const byte *pc, AbcOpcode opcode);
AbcOpcode          71 eval/eval-cogen-inlines.h inline AbcOpcode Cogen::binopToOpcode(Binop op, bool* isNegated)
AbcOpcode          74 eval/eval-cogen-inlines.h 	return (AbcOpcode)(binopMapping[op].abcOpcode);
AbcOpcode         179 eval/eval-cogen.cpp 				emitOp((AbcOpcode)(OP_getlocal0 + index));
AbcOpcode         186 eval/eval-cogen.cpp 				emitOp((AbcOpcode)(OP_setlocal0 + index));
AbcOpcode         204 eval/eval-cogen.h 	void I_opcode(AbcOpcode opcode);
AbcOpcode         225 eval/eval-cogen.h 	AbcOpcode binopToOpcode(Binop op, bool* isNegated);
AbcOpcode         239 eval/eval-cogen.h 	void callMN(AbcOpcode op, uint32_t index, uint32_t nargs);
AbcOpcode         240 eval/eval-cogen.h 	void propU30(AbcOpcode op, uint32_t index);
AbcOpcode         241 eval/eval-cogen.h 	void emitOp(AbcOpcode op);
AbcOpcode         242 eval/eval-cogen.h 	void emitOpU30(AbcOpcode op, uint32_t u30);
AbcOpcode         243 eval/eval-cogen.h 	void emitOpU30Special(AbcOpcode op, uint32_t u30, uint32_t stack_adjust);
AbcOpcode         244 eval/eval-cogen.h 	void emitOpU30U30(AbcOpcode op, uint32_t u30_1, uint32_t u30_2);
AbcOpcode         245 eval/eval-cogen.h 	void emitOpU8(AbcOpcode op, uint8_t b);
AbcOpcode         246 eval/eval-cogen.h 	void emitOpS8(AbcOpcode op, int8_t b);
AbcOpcode         247 eval/eval-cogen.h 	void emitOpS16(AbcOpcode op, uint16_t s);
AbcOpcode         248 eval/eval-cogen.h 	void emitJump(AbcOpcode op, Label* label);
AbcOpcode         250 eval/eval-cogen.h 	void stackMovement(AbcOpcode opcode);
AbcOpcode         251 eval/eval-cogen.h 	void stackMovement(AbcOpcode opcode, bool hasRTNS, bool hasRTName, uint32_t argc);