Searched refs:addressOfLastSeenStructureID (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DArrayProfile.h162 StructureID* addressOfLastSeenStructureID() { return &m_lastSeenStructureID; } function in class:JSC::ArrayProfile
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRExitCompiler64.cpp122 m_jit.store32(scratch1, arrayProfile->addressOfLastSeenStructureID());
H A DDFGOSRExitCompiler32_64.cpp127 m_jit.storePtr(scratch1, arrayProfile->addressOfLastSeenStructureID());
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLOSRExitCompiler.cpp112 jit.store32(GPRInfo::regT1, arrayProfile->addressOfLastSeenStructureID());
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITCall.cpp201 store32(regT0, instruction[OPCODE_LENGTH(op_call) - 2].u.arrayProfile->addressOfLastSeenStructureID());
H A DJITCall32_64.cpp287 storePtr(regT1, instruction[OPCODE_LENGTH(op_call) - 2].u.arrayProfile->addressOfLastSeenStructureID());
H A DJITInlines.h735 store32(indexingType, arrayProfile->addressOfLastSeenStructureID());

Completed in 183 milliseconds