Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecode/
DStructureStubInfo.cpp47 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdSelfList.structureList; in deref() local
53 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList; in deref() local
DInstruction.h154 PolymorphicAccessStructureList* polymorphicStructures; member
DCodeBlock.cpp1389 PolymorphicAccessStructureList* polymorphicStructures = vPC[4].u.polymorphicStructures; in derefStructures() local
/external/webkit/JavaScriptCore/jit/
DJITPropertyAccess.cpp769 …mpileGetByIdSelfList(StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStruc… in privateCompileGetByIdSelfList()
DJIT.h292 …odeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStruc… in compileGetByIdSelfList()