Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecode/
DInstruction.h57 struct PolymorphicStubInfo { struct
58 bool isChain;
59 PolymorphicAccessStructureListStubRoutineType stubRoutine;
60 Structure* base;
61 union {
64 } u;
66 void set(PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base) in set()
74 …et(PolymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, Structure* _proto) in set()
82 …lymorphicAccessStructureListStubRoutineType _stubRoutine, Structure* _base, StructureChain* _chain) in set()