Searched defs:StructureStubInfo (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | StructureStubInfo.h | 54 struct StructureStubInfo { struct 55 StructureStubInfo(AccessType accessType) in StructureStubInfo() function 61 … void initGetByIdSelf(JSGlobalData& globalData, JSCell* owner, Structure* baseObjectStructure) in initGetByIdSelf() 68 …obalData& globalData, JSCell* owner, Structure* baseObjectStructure, Structure* prototypeStructure) in initGetByIdProto() 76 …ain(JSGlobalData& globalData, JSCell* owner, Structure* baseObjectStructure, StructureChain* chain) in initGetByIdChain() 84 void initGetByIdSelfList(PolymorphicAccessStructureList* structureList, int listSize) in initGetByIdSelfList() 92 void initGetByIdProtoList(PolymorphicAccessStructureList* structureList, int listSize) in initGetByIdProtoList() 102 …obalData, JSCell* owner, Structure* previousStructure, Structure* structure, StructureChain* chain) in initPutByIdTransition() 111 … void initPutByIdReplace(JSGlobalData& globalData, JSCell* owner, Structure* baseObjectStructure) in initPutByIdReplace() 121 bool seenOnce() in seenOnce() [all …]
|