Home | History | Annotate | Download | only in bytecode

Lines Matching refs:baseObjectStructure

61         void initGetByIdSelf(JSGlobalData& globalData, JSCell* owner, Structure* baseObjectStructure)
65 u.getByIdSelf.baseObjectStructure.set(globalData, owner, baseObjectStructure);
68 void initGetByIdProto(JSGlobalData& globalData, JSCell* owner, Structure* baseObjectStructure, Structure* prototypeStructure)
72 u.getByIdProto.baseObjectStructure.set(globalData, owner, baseObjectStructure);
76 void initGetByIdChain(JSGlobalData& globalData, JSCell* owner, Structure* baseObjectStructure, StructureChain* chain)
80 u.getByIdChain.baseObjectStructure.set(globalData, owner, baseObjectStructure);
111 void initPutByIdReplace(JSGlobalData& globalData, JSCell* owner, Structure* baseObjectStructure)
115 u.putByIdReplace.baseObjectStructure.set(globalData, owner, baseObjectStructure);
136 WriteBarrierBase<Structure> baseObjectStructure;
139 WriteBarrierBase<Structure> baseObjectStructure;
143 WriteBarrierBase<Structure> baseObjectStructure;
160 WriteBarrierBase<Structure> baseObjectStructure;