Searched refs:polymorphicStructures (Results 1 – 5 of 5) sorted by relevance
/external/webkit/JavaScriptCore/bytecode/ |
D | StructureStubInfo.cpp | 47 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdSelfList.structureList; in deref() local 48 polymorphicStructures->derefStructures(u.getByIdSelfList.listSize); in deref() 49 delete polymorphicStructures; in deref() 53 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList; in deref() local 54 polymorphicStructures->derefStructures(u.getByIdProtoList.listSize); in deref() 55 delete polymorphicStructures; in deref()
|
D | Instruction.h | 135 …ruction(PolymorphicAccessStructureList* polymorphicStructures) { u.polymorphicStructures = polymor… in Instruction() 143 PolymorphicAccessStructureList* polymorphicStructures; member
|
D | CodeBlock.cpp | 1326 PolymorphicAccessStructureList* polymorphicStructures = vPC[4].u.polymorphicStructures; in derefStructures() local 1327 polymorphicStructures->derefStructures(vPC[5].u.operand); in derefStructures() 1328 delete polymorphicStructures; in derefStructures()
|
/external/webkit/JavaScriptCore/jit/ |
D | JITPropertyAccess.cpp | 450 …List(StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int curre… 462 void* lastProtoBegin = polymorphicStructures->list[currentIndex - 1].stubRoutine; 473 polymorphicStructures->list[currentIndex].set(code, structure);
|
D | JIT.h | 300 …ock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int curre… in compileGetByIdSelfList() argument 303 …jit.privateCompileGetByIdSelfList(stubInfo, polymorphicStructures, currentIndex, structure, cached… in compileGetByIdSelfList()
|