FrameState 1393 core/AvmCore.h FrameState* newFrameState(int frameSize, int scopeBase, int stackBase); FrameState 390 core/CodegenLIR.h FrameState *state; FrameState 443 core/CodegenLIR.h void emitPrep(FrameState*); FrameState 467 core/CodegenLIR.h void emitConstruct(FrameState*, int argc, int ctor_index, Traits* ctraits); FrameState 470 core/CodegenLIR.h bool prologue(FrameState* state); FrameState 471 core/CodegenLIR.h void emitCall(FrameState* state, AbcOpcode opcode, intptr_t method_id, int argc, Traits* result); FrameState 472 core/CodegenLIR.h void emit(FrameState* state, AbcOpcode opcode, uintptr op1=0, uintptr op2=0, Traits* result=NULL); FrameState 473 core/CodegenLIR.h void emitIf(FrameState* state, AbcOpcode opcode, int target_off, int lhs, int rhs); FrameState 474 core/CodegenLIR.h void emitSwap(FrameState* state, int i, int j); FrameState 475 core/CodegenLIR.h void emitCopy(FrameState* state, int src, int dest); FrameState 476 core/CodegenLIR.h void emitGetscope(FrameState* state, int scope, int dest); FrameState 477 core/CodegenLIR.h void emitKill(FrameState* state, int i); FrameState 478 core/CodegenLIR.h void emitBlockEnd(FrameState* state); FrameState 479 core/CodegenLIR.h void emitIntConst(FrameState* state, int index, int32_t c); FrameState 480 core/CodegenLIR.h void emitPtrConst(FrameState* state, int index, void* c, Traits* type); FrameState 481 core/CodegenLIR.h void emitDoubleConst(FrameState* state, int index, double* pd); FrameState 482 core/CodegenLIR.h void emitGetslot(FrameState*, int slot, int ptr_index, Traits *slotType); FrameState 483 core/CodegenLIR.h void emitSetslot(FrameState*, AbcOpcode opcode, int slot, int ptr_index); FrameState 497 core/CodegenLIR.h void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits *type = NULL); FrameState 498 core/CodegenLIR.h void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits* type = NULL); FrameState 499 core/CodegenLIR.h void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type = NULL); FrameState 500 core/CodegenLIR.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr opd1, uint32_t opd2, Traits* type = NULL); FrameState 501 core/CodegenLIR.h void writeNip(FrameState* state, const byte *pc); FrameState 502 core/CodegenLIR.h void writeCheckNull(FrameState* state, uint32_t index); FrameState 503 core/CodegenLIR.h void writeCoerce(FrameState* state, uint32_t index, Traits *type); FrameState 504 core/CodegenLIR.h void writePrologue(FrameState* state, const byte *pc); FrameState 505 core/CodegenLIR.h void writeEpilogue(FrameState* state); FrameState 506 core/CodegenLIR.h void writeBlockStart(FrameState* state); FrameState 507 core/CodegenLIR.h void writeOpcodeVerified(FrameState* state, const byte* pc, AbcOpcode opcode); FrameState 508 core/CodegenLIR.h void fixExceptionsAndLabels(FrameState* state, const byte* pc); FrameState 46 core/Coder-inlines.h REALLY_INLINE void CodeWriter::write(FrameState* state, const byte *pc, AbcOpcode opcode) FrameState 51 core/Coder-inlines.h REALLY_INLINE void CodeWriter::writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1) FrameState 56 core/Coder-inlines.h REALLY_INLINE void CodeWriter::writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2) FrameState 51 core/Coder.h virtual void write(FrameState* state, const byte *pc, AbcOpcode opcode, Traits *type); FrameState 52 core/Coder.h virtual void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type); FrameState 53 core/Coder.h virtual void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type); FrameState 54 core/Coder.h virtual void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr_t opd1, uint32_t opd2, Traits* type); FrameState 55 core/Coder.h virtual void writeNip(FrameState* state, const byte *pc); FrameState 56 core/Coder.h virtual void writeCheckNull(FrameState* state, uint32_t index); FrameState 57 core/Coder.h virtual void writeCoerce(FrameState* state, uint32_t index, Traits* type); FrameState 58 core/Coder.h virtual void writePrologue(FrameState* state, const byte *pc); FrameState 59 core/Coder.h virtual void writeEpilogue(FrameState* state); FrameState 60 core/Coder.h virtual void writeBlockStart(FrameState* state); FrameState 61 core/Coder.h virtual void writeOpcodeVerified(FrameState* state, const byte *pc, AbcOpcode opcode); FrameState 62 core/Coder.h virtual void writeFixExceptionsAndLabels(FrameState* state, const byte *pc); FrameState 67 core/Coder.h void write(FrameState* state, const byte *pc, AbcOpcode opcode); FrameState 68 core/Coder.h void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1); FrameState 69 core/Coder.h void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2); FrameState 80 core/Coder.h void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits *type); FrameState 81 core/Coder.h void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits* type); FrameState 82 core/Coder.h void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type); FrameState 83 core/Coder.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr_t opd1, uint32_t opd2, Traits* type); FrameState 84 core/Coder.h void writeNip(FrameState* state, const byte *pc); FrameState 85 core/Coder.h void writeCheckNull(FrameState* state, uint32_t index); FrameState 86 core/Coder.h void writeCoerce(FrameState* state, uint32_t index, Traits *type); FrameState 87 core/Coder.h void writePrologue(FrameState* state, const byte *pc); FrameState 88 core/Coder.h void writeEpilogue(FrameState* state); FrameState 89 core/Coder.h void writeBlockStart(FrameState* state); FrameState 90 core/Coder.h void writeOpcodeVerified(FrameState* state, const byte *pc, AbcOpcode opcode); FrameState 91 core/Coder.h void writeFixExceptionsAndLabels(FrameState* state, const byte *pc); FrameState 103 core/Coder.h void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits *type); FrameState 104 core/Coder.h void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type); FrameState 105 core/Coder.h void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type); FrameState 106 core/Coder.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr_t opd1, uint32_t opd2, Traits* type); FrameState 107 core/Coder.h void writeNip(FrameState* state, const byte *pc); FrameState 108 core/Coder.h void writeCheckNull(FrameState* state, uint32_t index); FrameState 109 core/Coder.h void writeCoerce(FrameState* state, uint32_t index, Traits *type); FrameState 110 core/Coder.h void writePrologue(FrameState* state, const byte *pc); FrameState 111 core/Coder.h void writeEpilogue(FrameState* state); FrameState 112 core/Coder.h void writeBlockStart(FrameState* state); FrameState 113 core/Coder.h void writeOpcodeVerified(FrameState* state, const byte *pc, AbcOpcode opcode); FrameState 114 core/Coder.h void writeFixExceptionsAndLabels(FrameState* state, const byte *pc); FrameState 43 core/FrameState-inlines.h REALLY_INLINE Value& FrameState::value(int32_t i) FrameState 49 core/FrameState-inlines.h REALLY_INLINE const Value& FrameState::value(int32_t i) const FrameState 55 core/FrameState-inlines.h REALLY_INLINE Value& FrameState::scopeValue(int32_t i) FrameState 61 core/FrameState-inlines.h REALLY_INLINE const Value& FrameState::scopeValue(int32_t i) const FrameState 67 core/FrameState-inlines.h REALLY_INLINE Value& FrameState::stackValue(int32_t i) FrameState 73 core/FrameState-inlines.h REALLY_INLINE Value& FrameState::stackTop() FrameState 78 core/FrameState-inlines.h REALLY_INLINE int32_t FrameState::sp() const FrameState 83 core/FrameState-inlines.h REALLY_INLINE void FrameState::setType(int32_t i, Traits* t, bool notNull, bool isWith) FrameState 91 core/FrameState-inlines.h REALLY_INLINE void FrameState::pop(int32_t n) FrameState 97 core/FrameState-inlines.h REALLY_INLINE Value& FrameState::peek(int32_t n) FrameState 102 core/FrameState-inlines.h REALLY_INLINE void FrameState::pop_push(int32_t n, Traits* type, bool notNull) FrameState 109 core/FrameState-inlines.h REALLY_INLINE void FrameState::push(Value& _value) FrameState 115 core/FrameState-inlines.h REALLY_INLINE void FrameState::push(Traits* traits, bool notNull) FrameState 46 core/FrameState.cpp void FrameState::init(FrameState* other) FrameState 69 core/FrameState.h class FrameState FrameState 88 core/FrameState.h FrameState(Verifier*); FrameState 89 core/FrameState.h ~FrameState(); FrameState 91 core/FrameState.h void init(FrameState* other); FrameState 55 core/ScopeChain.h static const ScopeTypeChain* create(MMgc::GC* gc, Traits* traits, const ScopeTypeChain* outer, const FrameState* state, Traits* append, Traits* extra); FrameState 208 core/Verifier.cpp state = mmfx_new( FrameState(this) ); FrameState 299 core/Verifier.cpp FrameState* blockState = blockStates ? blockStates->get(pc) : NULL; FrameState 391 core/Verifier.cpp FrameState *catchState = blockStates->get(target); FrameState 2243 core/Verifier.cpp FrameState *Verifier::getFrameState(int target_off) FrameState 2246 core/Verifier.cpp blockStates = new (core->GetGC()) GCSortedMap<const byte*, FrameState*, LIST_NonGCObjects>(core->GetGC()); FrameState 2248 core/Verifier.cpp FrameState *targetState; FrameState 2252 core/Verifier.cpp targetState = mmfx_new( FrameState(this) ); FrameState 2514 core/Verifier.cpp FrameState *targetState = getFrameState((int)(target-code_pos)); FrameState 2933 core/Verifier.cpp FrameState::FrameState(Verifier* verifier) FrameState 2945 core/Verifier.cpp FrameState::~FrameState() { FrameState 68 core/Verifier.h GCSortedMap<const byte*, FrameState*, LIST_NonGCObjects> *blockStates; FrameState 69 core/Verifier.h FrameState *state; FrameState 104 core/Verifier.h FrameState* getFrameState(int pc_off); FrameState 151 core/Verifier.h void showState(FrameState* state, const byte* pc, bool unreachable); FrameState 203 core/Verifier.h void write(FrameState* state, const byte* pc, AbcOpcode opcode, Traits*); FrameState 204 core/Verifier.h void writeOp1(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type); FrameState 205 core/Verifier.h void writeOp2(FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type); FrameState 206 core/Verifier.h void writeEpilogue(FrameState*); FrameState 92 core/WordcodeEmitter.h void write(FrameState* state, const byte *pc, AbcOpcode opcode, Traits *type = NULL); FrameState 93 core/WordcodeEmitter.h void writeOp1 (FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, Traits *type = NULL); FrameState 94 core/WordcodeEmitter.h void writeOp2 (FrameState* state, const byte *pc, AbcOpcode opcode, uint32_t opd1, uint32_t opd2, Traits* type = NULL); FrameState 95 core/WordcodeEmitter.h void writeInterfaceCall(FrameState* state, const byte *pc, AbcOpcode opcode, uintptr opd1, uint32_t opd2, Traits* type = NULL); FrameState 96 core/WordcodeEmitter.h void writeNip(FrameState* state, const byte *pc); FrameState 97 core/WordcodeEmitter.h void writeCheckNull(FrameState* state, uint32_t index); FrameState 98 core/WordcodeEmitter.h void writeCoerce(FrameState* state, uint32_t index, Traits *type); FrameState 99 core/WordcodeEmitter.h void writePrologue(FrameState* state, const byte *pc); FrameState 100 core/WordcodeEmitter.h void writeEpilogue(FrameState* state); FrameState 101 core/WordcodeEmitter.h void writeBlockStart(FrameState* state); FrameState 102 core/WordcodeEmitter.h void writeOpcodeVerified(FrameState* state, const byte *pc, AbcOpcode opcode); FrameState 103 core/WordcodeEmitter.h void writeFixExceptionsAndLabels(FrameState* state, const byte *pc); FrameState 141 core/avmplus.h class FrameState;