Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecode/
DInstruction.h56 struct PolymorphicAccessStructureList : FastAllocBase { struct
59 PolymorphicAccessStructureListStubRoutineType stubRoutine; argument
91PolymorphicAccessStructureList(PolymorphicAccessStructureListStubRoutineType stubRoutine, Structur… in PolymorphicAccessStructureList() argument
96PolymorphicAccessStructureList(PolymorphicAccessStructureListStubRoutineType stubRoutine, Structur… in PolymorphicAccessStructureList() function
101PolymorphicAccessStructureList(PolymorphicAccessStructureListStubRoutineType stubRoutine, Structur… in PolymorphicAccessStructureList() function
106 void derefStructures(int count) in derefStructures()