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

/external/webkit/Source/JavaScriptCore/bytecode/
H A DStructureStubInfo.cpp39 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdSelfList.structureList; local
40 delete polymorphicStructures;
44 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList; local
45 delete polymorphicStructures;
81 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdSelfList.structureList; local
82 polymorphicStructures->markAggregate(markStack, u.getByIdSelfList.listSize);
86 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList; local
87 polymorphicStructures->markAggregate(markStack, u.getByIdProtoList.listSize);
H A DInstruction.h159 Instruction(PolymorphicAccessStructureList* polymorphicStructures) { u.polymorphicStructures = polymorphicStructures; } argument
168 PolymorphicAccessStructureList* polymorphicStructures; member in union:JSC::Instruction::__anon14930
H A DCodeBlock.cpp1442 PolymorphicAccessStructureList* polymorphicStructures = vPC[4].u.polymorphicStructures; local
1443 polymorphicStructures->markAggregate(markStack, vPC[5].u.operand);
1444 delete polymorphicStructures;
/external/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp791 void JIT::privateCompileGetByIdSelfList(StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int currentIndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) argument
825 CodeLocationLabel lastProtoBegin = polymorphicStructures->list[currentIndex - 1].stubRoutine;
836 polymorphicStructures->list[currentIndex].set(*m_globalData, m_codeBlock->ownerExecutable(), entryLabel, structure);
H A DJITPropertyAccess32_64.cpp821 void JIT::privateCompileGetByIdSelfList(StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int currentIndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) argument
855 CodeLocationLabel lastProtoBegin = polymorphicStructures->list[currentIndex - 1].stubRoutine;
866 polymorphicStructures->list[currentIndex].set(*m_globalData, m_codeBlock->ownerExecutable(), entryLabel, structure);
H A DJIT.h192 static void compileGetByIdSelfList(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int currentIndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) argument
195 jit.privateCompileGetByIdSelfList(stubInfo, polymorphicStructures, currentIndex, structure, ident, slot, cachedOffset);

Completed in 143 milliseconds