Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecode/
DStructureStubInfo.cpp39 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdSelfList.structureList; in deref() local
44 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList; in deref() local
81 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdSelfList.structureList; in markAggregate() local
86 PolymorphicAccessStructureList* polymorphicStructures = u.getByIdProtoList.structureList; in markAggregate() local
DInstruction.h168 PolymorphicAccessStructureList* polymorphicStructures; member
DCodeBlock.cpp1442 PolymorphicAccessStructureList* polymorphicStructures = vPC[4].u.polymorphicStructures; in markStructures() local
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess.cpp791 …mpileGetByIdSelfList(StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStruc… in privateCompileGetByIdSelfList()
DJITPropertyAccess32_64.cpp821 …mpileGetByIdSelfList(StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStruc… in privateCompileGetByIdSelfList()
DJIT.h192 …odeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStruc… in compileGetByIdSelfList()