Lines Matching refs:loadPtr

104     loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);  in privateCompileCTIMachineTrampolines()
113 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTIMachineTrampolines()
116loadPtr(Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_jitCodeForCallWithArityCheck)), regT0… in privateCompileCTIMachineTrampolines()
124 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTIMachineTrampolines()
133 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTIMachineTrampolines()
136loadPtr(Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_jitCodeForConstructWithArityCheck)), … in privateCompileCTIMachineTrampolines()
221 loadPtr(Address(regT1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT1); in privateCompileCTINativeCall()
244 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall()
264 loadPtr(Address(regT5, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall()
290 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall()
377 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall()
406 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall()
432 loadPtr(Address(regT5, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall()
563 loadPtr(Address(regT0, JSCell::structureOffset()), regT0); in emit_op_check_has_instance()
585 loadPtr(Address(regT1, JSCell::structureOffset()), regT3); in emit_op_instanceof()
590 loadPtr(Address(regT0, JSCell::structureOffset()), regT0); in emit_op_instanceof()
601 loadPtr(Address(regT2, JSCell::structureOffset()), regT2); in emit_op_instanceof()
652 loadPtr(&globalObject->m_registers, regT2); in emit_op_get_global_var()
668 loadPtr(&globalObject->m_registers, regT2); in emit_op_put_global_var()
686 loadPtr(Address(regT2, OBJECT_OFFSETOF(ScopeChainNode, next)), regT2); in emit_op_get_scoped_var()
690 loadPtr(Address(regT2, OBJECT_OFFSETOF(ScopeChainNode, next)), regT2); in emit_op_get_scoped_var()
692 loadPtr(Address(regT2, OBJECT_OFFSETOF(ScopeChainNode, object)), regT2); in emit_op_get_scoped_var()
693 loadPtr(Address(regT2, OBJECT_OFFSETOF(JSVariableObject, m_registers)), regT2); in emit_op_get_scoped_var()
715 loadPtr(Address(regT2, OBJECT_OFFSETOF(ScopeChainNode, next)), regT2); in emit_op_put_scoped_var()
719 loadPtr(Address(regT2, OBJECT_OFFSETOF(ScopeChainNode, next)), regT2); in emit_op_put_scoped_var()
721 loadPtr(Address(regT2, OBJECT_OFFSETOF(ScopeChainNode, object)), regT2); in emit_op_put_scoped_var()
722 loadPtr(Address(regT2, OBJECT_OFFSETOF(JSVariableObject, m_registers)), regT2); in emit_op_put_scoped_var()
839 loadPtr(structureAddress, regT1); in emit_op_resolve_global()
843 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSGlobalObject, m_propertyStorage)), regT2); in emit_op_resolve_global()
973 loadPtr(Address(regT0, JSCell::structureOffset()), regT2); in emit_op_jeq_null()
998 loadPtr(Address(regT0, JSCell::structureOffset()), regT2); in emit_op_jneq_null()
1209 loadPtr(Address(regT0, JSCell::structureOffset()), regT1); in emit_op_eq_null()
1233 loadPtr(Address(regT0, JSCell::structureOffset()), regT1); in emit_op_neq_null()
1292 loadPtr(Address(regT0, JSCell::structureOffset()), regT2); in emit_op_get_pnames()
1336 loadPtr(payloadFor(it), regT1); in emit_op_next_pname()
1337 loadPtr(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_jsStrings)), regT2); in emit_op_next_pname()
1347 loadPtr(payloadFor(base), regT0); in emit_op_next_pname()
1350 loadPtr(Address(regT0, JSCell::structureOffset()), regT2); in emit_op_next_pname()
1354loadPtr(Address(Address(regT1, OBJECT_OFFSETOF(JSPropertyNameIterator, m_cachedPrototypeChain))), … in emit_op_next_pname()
1355 loadPtr(Address(regT3, OBJECT_OFFSETOF(StructureChain, m_vector)), regT3); in emit_op_next_pname()
1360loadPtr(Address(regT2, Structure::prototypeOffset() + OBJECT_OFFSETOF(JSValue, u.asBits.payload)),… in emit_op_next_pname()
1361 loadPtr(Address(regT2, JSCell::structureOffset()), regT2); in emit_op_next_pname()
1371 loadPtr(addressFor(dst), regT1); in emit_op_next_pname()
1438loadPtr(Address(stackPointerRegister, OBJECT_OFFSETOF(struct JITStackFrame, globalData)), regT3); in emit_op_catch()
1600 loadPtr(Address(regT0, JSCell::structureOffset()), regT2); in emit_op_convert_this()
1617 loadPtr(Address(regT0, JSCell::structureOffset()), regT2); in emit_op_convert_this_strict()
1712loadPtr(BaseIndex(regT1, regT2, TimesEight, OBJECT_OFFSETOF(JSValue, u.asBits.payload)), regT0); in emit_op_get_argument_by_val()
1713 loadPtr(BaseIndex(regT1, regT2, TimesEight, OBJECT_OFFSETOF(JSValue, u.asBits.tag)), regT1); in emit_op_get_argument_by_val()
1721 loadPtr(BaseIndex(regT1, regT2, TimesEight, OBJECT_OFFSETOF(JSValue, u.asBits.payload)), regT0); in emit_op_get_argument_by_val()
1722 loadPtr(BaseIndex(regT1, regT2, TimesEight, OBJECT_OFFSETOF(JSValue, u.asBits.tag)), regT1); in emit_op_get_argument_by_val()