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

  /external/webkit/JavaScriptCore/bytecode/
Instruction.h 56 struct PolymorphicAccessStructureList : FastAllocBase {
91 PolymorphicAccessStructureList(PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase)
96 PolymorphicAccessStructureList(PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, Structure* firstProto)
101 PolymorphicAccessStructureList(PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, StructureChain* firstChain)
146 Instruction(PolymorphicAccessStructureList* polymorphicStructures) { u.polymorphicStructures = polymorphicStructures; }
154 PolymorphicAccessStructureList* polymorphicStructures;
StructureStubInfo.cpp 47 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdSelfList.structureList;
53 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList;
StructureStubInfo.h 91 void initGetByIdSelfList(PolymorphicAccessStructureList* structureList, int listSize)
99 void initGetByIdProtoList(PolymorphicAccessStructureList* structureList, int listSize)
159 PolymorphicAccessStructureList* structureList;
163 PolymorphicAccessStructureList* structureList;
CodeBlock.cpp     [all...]
  /external/webkit/JavaScriptCore/jit/
JIT.h 69 struct PolymorphicAccessStructureList;
292 static void compileGetByIdSelfList(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int currentIndex, Structure* structure, size_t cachedOffset)
297 static void compileGetByIdProtoList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* prototypeStructureList, int currentIndex, Structure* structure, Structure* prototypeStructure, size_t cachedOffset)
302 static void compileGetByIdChainList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* prototypeStructureList, int currentIndex, Structure* structure, StructureChain* chain, size_t count, size_t cachedOffset)
358 void privateCompileGetByIdSelfList(StructureStubInfo*, PolymorphicAccessStructureList*, int, Structure*, size_t cachedOffset);
359 void privateCompileGetByIdProtoList(StructureStubInfo*, PolymorphicAccessStructureList*, int, Structure*, Structure* prototypeStructure, size_t cachedOffset, CallFrame* callFrame);
360 void privateCompileGetByIdChainList(StructureStubInfo*, PolymorphicAccessStructureList*, int, Structure*, StructureChain* chain, size_t count, size_t cachedOffset, CallFrame* callFrame);
    [all...]
JITPropertyAccess.cpp     [all...]
JITStubs.cpp     [all...]

Completed in 70 milliseconds