Searched refs:stubRoutine (Results 1 – 4 of 4) sorted by relevance
/external/webkit/JavaScriptCore/bytecode/ |
D | Instruction.h | 59 PolymorphicAccessStructureListStubRoutineType stubRoutine; member 68 stubRoutine = _stubRoutine; in set() 76 stubRoutine = _stubRoutine; in set() 84 stubRoutine = _stubRoutine; in set() 91 …PolymorphicAccessStructureList(PolymorphicAccessStructureListStubRoutineType stubRoutine, Structur… in PolymorphicAccessStructureList() 93 list[0].set(stubRoutine, firstBase); in PolymorphicAccessStructureList() 96 …PolymorphicAccessStructureList(PolymorphicAccessStructureListStubRoutineType stubRoutine, Structur… in PolymorphicAccessStructureList() 98 list[0].set(stubRoutine, firstBase, firstProto); in PolymorphicAccessStructureList() 101 …PolymorphicAccessStructureList(PolymorphicAccessStructureListStubRoutineType stubRoutine, Structur… in PolymorphicAccessStructureList() 103 list[0].set(stubRoutine, firstBase, firstChain); in PolymorphicAccessStructureList()
|
D | StructureStubInfo.h | 176 CodeLocationLabel stubRoutine; member
|
/external/webkit/JavaScriptCore/jit/ |
D | JITPropertyAccess.cpp | 612 stubInfo->stubRoutine = entryLabel; in privateCompilePutByIdTransition() 710 stubInfo->stubRoutine = entryLabel; in privateCompilePatchGetArrayLength() 757 stubInfo->stubRoutine = entryLabel; in privateCompileGetByIdProto() 780 CodeLocationLabel lastProtoBegin = polymorphicStructures->list[currentIndex - 1].stubRoutine; in privateCompileGetByIdSelfList() 827 CodeLocationLabel lastProtoBegin = prototypeStructures->list[currentIndex - 1].stubRoutine; in privateCompileGetByIdProtoList() 881 CodeLocationLabel lastProtoBegin = prototypeStructures->list[currentIndex - 1].stubRoutine; in privateCompileGetByIdChainList() 943 stubInfo->stubRoutine = entryLabel; in privateCompileGetByIdChain() 1563 stubInfo->stubRoutine = entryLabel; 1657 stubInfo->stubRoutine = entryLabel; 1703 stubInfo->stubRoutine = entryLabel; [all …]
|
D | JITStubs.cpp | 1390 ASSERT(!stubInfo->stubRoutine); in DEFINE_STUB_FUNCTION() 1415 …prototypeStructureList = new PolymorphicAccessStructureList(stubInfo->stubRoutine, stubInfo->u.get… in getPolymorphicAccessStructureListSlot() 1416 stubInfo->stubRoutine = CodeLocationLabel(); in getPolymorphicAccessStructureListSlot() 1420 …prototypeStructureList = new PolymorphicAccessStructureList(stubInfo->stubRoutine, stubInfo->u.get… in getPolymorphicAccessStructureListSlot() 1421 stubInfo->stubRoutine = CodeLocationLabel(); in getPolymorphicAccessStructureListSlot()
|