Home
last modified time | relevance | path

Searched refs:structureStubInfo (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.h194 inline void* getStructureStubInfoReturnLocation(StructureStubInfo* structureStubInfo) in getStructureStubInfoReturnLocation() argument
196 return structureStubInfo->callReturnLocation.executableAddress(); in getStructureStubInfoReturnLocation()
383 StructureStubInfo& structureStubInfo(int index) { return m_structureStubInfos[index]; } in structureStubInfo() function
/external/webkit/JavaScriptCore/jit/
DJIT.cpp533 StructureStubInfo& info = m_codeBlock->structureStubInfo(i); in privateCompile()
552 …info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAc… in privateCompile()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1617451 (JSC::CodeBlock::structureStubInfo):