Searched refs:structureStubInfo (Results 1 – 3 of 3) sorted by relevance
194 inline void* getStructureStubInfoReturnLocation(StructureStubInfo* structureStubInfo) in getStructureStubInfoReturnLocation() argument196 return structureStubInfo->callReturnLocation.executableAddress(); in getStructureStubInfoReturnLocation()383 StructureStubInfo& structureStubInfo(int index) { return m_structureStubInfos[index]; } in structureStubInfo() function
533 StructureStubInfo& info = m_codeBlock->structureStubInfo(i); in privateCompile()552 …info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAc… in privateCompile()
17451 (JSC::CodeBlock::structureStubInfo):