Home
last modified time | relevance | path

Searched defs:stubInfo (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJITPropertyAccess.cpp553 void JIT::privateCompilePutByIdTransition(StructureStubInfo* stubInfo, Structure* oldStructure, Str… in privateCompilePutByIdTransition()
617 void JIT::patchGetByIdSelf(CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure,… in patchGetByIdSelf()
659 void JIT::patchPutByIdReplace(CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structu… in patchPutByIdReplace()
682 StructureStubInfo* stubInfo = &m_codeBlock->getStubInfo(returnAddress); in privateCompilePatchGetArrayLength() local
721 void JIT::privateCompileGetByIdProto(StructureStubInfo* stubInfo, Structure* structure, Structure* … in privateCompileGetByIdProto()
769 void JIT::privateCompileGetByIdSelfList(StructureStubInfo* stubInfo, PolymorphicAccessStructureList… in privateCompileGetByIdSelfList()
800 void JIT::privateCompileGetByIdProtoList(StructureStubInfo* stubInfo, PolymorphicAccessStructureLis… in privateCompileGetByIdProtoList()
846 void JIT::privateCompileGetByIdChainList(StructureStubInfo* stubInfo, PolymorphicAccessStructureLis… in privateCompileGetByIdChainList()
901 void JIT::privateCompileGetByIdChain(StructureStubInfo* stubInfo, Structure* structure, StructureCh… in privateCompileGetByIdChain()
DJIT.h286 …lData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Struct… in compileGetByIdProto()
292 …etByIdSelfList(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Polymo… in compileGetByIdSelfList()
297 …lData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Polymo… in compileGetByIdProtoList()
302 …lData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Polymo… in compileGetByIdChainList()
308 …lData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Struct… in compileGetByIdChain()
314 …ByIdTransition(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Struct… in compilePutByIdTransition()
DJITStubs.cpp783 …ressPtr returnAddress, JSValue baseValue, const PutPropertySlot& slot, StructureStubInfo* stubInfo) in tryCachePutByID()
833 …e baseValue, const Identifier& propertyName, const PropertySlot& slot, StructureStubInfo* stubInfo) in tryCacheGetByID()
1232 StructureStubInfo* stubInfo = &codeBlock->getStubInfo(STUB_RETURN_ADDRESS); in DEFINE_STUB_FUNCTION() local
1353 StructureStubInfo* stubInfo = &codeBlock->getStubInfo(STUB_RETURN_ADDRESS); in DEFINE_STUB_FUNCTION() local
1382 StructureStubInfo* stubInfo = &codeBlock->getStubInfo(STUB_RETURN_ADDRESS); in DEFINE_STUB_FUNCTION() local
1408 …phicAccessStructureList* getPolymorphicAccessStructureListSlot(StructureStubInfo* stubInfo, int& l… in getPolymorphicAccessStructureListSlot()
1457 StructureStubInfo* stubInfo = &codeBlock->getStubInfo(STUB_RETURN_ADDRESS); in DEFINE_STUB_FUNCTION() local
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.h394 …void addStructureStubInfo(const StructureStubInfo& stubInfo) { m_structureStubInfos.append(stubInf… in addStructureStubInfo()
DCodeBlock.cpp229 static void printStructureStubInfo(const StructureStubInfo& stubInfo, unsigned instructionOffset) in printStructureStubInfo()