HomeSort by relevance Sort by last modified time
    Searched refs:polymorphicStructures (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/JavaScriptCore/bytecode/
StructureStubInfo.cpp 39 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdSelfList.structureList;
40 delete polymorphicStructures;
44 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList;
45 delete polymorphicStructures;
81 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdSelfList.structureList;
82 polymorphicStructures->markAggregate(markStack, u.getByIdSelfList.listSize);
86 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList;
87 polymorphicStructures->markAggregate(markStack, u.getByIdProtoList.listSize);
Instruction.h 159 Instruction(PolymorphicAccessStructureList* polymorphicStructures) { u.polymorphicStructures = polymorphicStructures; }
168 PolymorphicAccessStructureList* polymorphicStructures;
CodeBlock.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp     [all...]
JITPropertyAccess32_64.cpp     [all...]
JIT.h 192 static void compileGetByIdSelfList(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int currentIndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset)
195 jit.privateCompileGetByIdSelfList(stubInfo, polymorphicStructures, currentIndex, structure, ident, slot, cachedOffset);
    [all...]

Completed in 379 milliseconds