Home
last modified time | relevance | path

Searched refs:getByIdProtoList (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
DStructureStubInfo.h88 u.getByIdProtoList.structureList = structureList; in initGetByIdSelfList()
89 u.getByIdProtoList.listSize = listSize; in initGetByIdSelfList()
96 u.getByIdProtoList.structureList = structureList; in initGetByIdProtoList()
97 u.getByIdProtoList.listSize = listSize; in initGetByIdProtoList()
153 } getByIdProtoList; member
DStructureStubInfo.cpp44 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList; in deref()
86 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList; in markAggregate()
87 polymorphicStructures->markAggregate(markStack, u.getByIdProtoList.listSize); in markAggregate()
DCodeBlock.cpp247 …ist", pointerToSourceString(stubInfo.u.getByIdProtoList.structureList).utf8().data(), stubInfo.u.g… in printStructureStubInfo()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp1668 prototypeStructureList = stubInfo->u.getByIdProtoList.structureList; in getPolymorphicAccessStructureListSlot()
1669 listIndex = stubInfo->u.getByIdProtoList.listSize; in getPolymorphicAccessStructureListSlot()
1671 stubInfo->u.getByIdProtoList.listSize++; in getPolymorphicAccessStructureListSlot()