Searched refs:structureList (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DStructureStubInfo.cpp40 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdSelfList.structureList;
45 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList;
88 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdSelfList.structureList;
94 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList;
H A DStructureStubInfo.h130 void initGetByIdSelfList(PolymorphicAccessStructureList* structureList, int listSize) argument
134 u.getByIdSelfList.structureList = structureList;
138 void initGetByIdProtoList(PolymorphicAccessStructureList* structureList, int listSize) argument
142 u.getByIdProtoList.structureList = structureList;
283 PolymorphicAccessStructureList* structureList; member in struct:JSC::StructureStubInfo::__anon2696::__anon2701
287 PolymorphicAccessStructureList* structureList; member in struct:JSC::StructureStubInfo::__anon2696::__anon2702
H A DGetByIdStatus.cpp135 list = stubInfo.u.getByIdSelfList.structureList;
139 list = stubInfo.u.getByIdProtoList.structureList;
H A DCodeBlock.cpp355 PolymorphicAccessStructureList* structureList = 0; local
375 structureList = stubInfo.u.getByIdSelfList.structureList;
380 structureList = stubInfo.u.getByIdProtoList.structureList;
415 if (structureList) {
416 out.printf(", list = %p: [", structureList);
421 dumpStructure(out, "base", exec, structureList->list[i].base.get(), ident);
422 if (structureList->list[i].isChain) {
423 if (structureList
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGRepatch.cpp407 polymorphicStructureList = stubInfo.u.getByIdSelfList.structureList;
592 polymorphicStructureList = stubInfo.u.getByIdProtoList.structureList;
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubs.cpp1673 polymorphicStructureList = stubInfo->u.getByIdSelfList.structureList;
1705 prototypeStructureList = stubInfo->u.getByIdProtoList.structureList;

Completed in 225 milliseconds