HomeSort by relevance Sort by last modified time
    Searched refs:structureStubInfo (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 47 #include "StructureStubInfo.h"
194 inline void* getStructureStubInfoReturnLocation(StructureStubInfo* structureStubInfo)
196 return structureStubInfo->callReturnLocation.executableAddress();
324 StructureStubInfo& getStubInfo(ReturnAddressPtr returnAddress)
326 return *(binaryChop<StructureStubInfo, void*, getStructureStubInfoReturnLocation>(m_structureStubInfos.begin(), m_structureStubInfos.size(), returnAddress.value()));
394 void addStructureStubInfo(const StructureStubInfo& stubInfo) { m_structureStubInfos.append(stubInfo); }
395 StructureStubInfo& structureStubInfo(int index) { return m_structureStubInfos[index]; }
526 Vector<StructureStubInfo> m_structureStubInfos
    [all...]
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 538 StructureStubInfo& info = m_codeBlock->structureStubInfo(i);
557 info.callReturnLocation = m_codeBlock->structureStubInfo(m_methodCallCompilationInfo[i].propertyAccessIndex).callReturnLocation;

Completed in 967 milliseconds