Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecode/
DStructureStubInfo.cpp47 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()
DInstruction.h135 …ruction(PolymorphicAccessStructureList* polymorphicStructures) { u.polymorphicStructures = polymor… in Instruction()
143 PolymorphicAccessStructureList* polymorphicStructures; member
DCodeBlock.cpp1326 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/
DJITPropertyAccess.cpp450 …List(StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int curre…
462 void* lastProtoBegin = polymorphicStructures->list[currentIndex - 1].stubRoutine;
473 polymorphicStructures->list[currentIndex].set(code, structure);
DJIT.h300 …ock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int curre… in compileGetByIdSelfList() argument
303 …jit.privateCompileGetByIdSelfList(stubInfo, polymorphicStructures, currentIndex, structure, cached… in compileGetByIdSelfList()