Home
last modified time | relevance | path

Searched refs:stubRoutine (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
DInstruction.h63 PolymorphicAccessStructureListStubRoutineType stubRoutine; member
72 stubRoutine = _stubRoutine; in set()
80 stubRoutine = _stubRoutine; in set()
88 stubRoutine = _stubRoutine; in set()
95 …obalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* fir… in PolymorphicAccessStructureList()
97 list[0].set(globalData, owner, stubRoutine, firstBase); in PolymorphicAccessStructureList()
100 …obalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* fir… in PolymorphicAccessStructureList()
102 list[0].set(globalData, owner, stubRoutine, firstBase, firstProto); in PolymorphicAccessStructureList()
105 …obalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* fir… in PolymorphicAccessStructureList()
107 list[0].set(globalData, owner, stubRoutine, firstBase, firstChain); in PolymorphicAccessStructureList()
DStructureStubInfo.h164 CodeLocationLabel stubRoutine; member
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess.cpp631 stubInfo->stubRoutine = entryLabel; in privateCompilePutByIdTransition()
711 stubInfo->stubRoutine = entryLabel; in privateCompilePatchGetArrayLength()
780 stubInfo->stubRoutine = entryLabel; in privateCompileGetByIdProto()
825 CodeLocationLabel lastProtoBegin = polymorphicStructures->list[currentIndex - 1].stubRoutine; in privateCompileGetByIdSelfList()
895 CodeLocationLabel lastProtoBegin = prototypeStructures->list[currentIndex - 1].stubRoutine; in privateCompileGetByIdProtoList()
961 CodeLocationLabel lastProtoBegin = prototypeStructures->list[currentIndex - 1].stubRoutine; in privateCompileGetByIdChainList()
1036 stubInfo->stubRoutine = entryLabel; in privateCompileGetByIdChain()
DJITPropertyAccess32_64.cpp654 stubInfo->stubRoutine = entryLabel; in privateCompilePutByIdTransition()
738 stubInfo->stubRoutine = entryLabel; in privateCompilePatchGetArrayLength()
809 stubInfo->stubRoutine = entryLabel; in privateCompileGetByIdProto()
855 CodeLocationLabel lastProtoBegin = polymorphicStructures->list[currentIndex - 1].stubRoutine; in privateCompileGetByIdSelfList()
924 CodeLocationLabel lastProtoBegin = prototypeStructures->list[currentIndex - 1].stubRoutine; in privateCompileGetByIdProtoList()
991 CodeLocationLabel lastProtoBegin = prototypeStructures->list[currentIndex - 1].stubRoutine; in privateCompileGetByIdChainList()
1065 stubInfo->stubRoutine = entryLabel; in privateCompileGetByIdChain()
DJITStubs.cpp1632 ASSERT(!stubInfo->stubRoutine); in DEFINE_STUB_FUNCTION()
1658 …List = new PolymorphicAccessStructureList(globalData, owner, stubInfo->stubRoutine, stubInfo->u.ge… in getPolymorphicAccessStructureListSlot()
1659 stubInfo->stubRoutine = CodeLocationLabel(); in getPolymorphicAccessStructureListSlot()
1663 …List = new PolymorphicAccessStructureList(globalData, owner, stubInfo->stubRoutine, stubInfo->u.ge… in getPolymorphicAccessStructureListSlot()
1664 stubInfo->stubRoutine = CodeLocationLabel(); in getPolymorphicAccessStructureListSlot()