Searched refs:baseObjectStructure (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DStructureStubInfo.h103 void initGetByIdSelf(VM& vm, JSCell* owner, Structure* baseObjectStructure) argument
107 u.getByIdSelf.baseObjectStructure.set(vm, owner, baseObjectStructure);
110 void initGetByIdChain(VM& vm, JSCell* owner, Structure* baseObjectStructure, StructureChain* chain, unsigned count, bool isDirect) argument
114 u.getByIdChain.baseObjectStructure.set(vm, owner, baseObjectStructure);
140 void initPutByIdReplace(VM& vm, JSCell* owner, Structure* baseObjectStructure) argument
144 u.putByIdReplace.baseObjectStructure.set(vm, owner, baseObjectStructure);
228 WriteBarrierBase<Structure> baseObjectStructure; member in struct:JSC::StructureStubInfo::__anon2548::__anon2550
231 WriteBarrierBase<Structure> baseObjectStructure; member in struct:JSC::StructureStubInfo::__anon2548::__anon2551
236 WriteBarrierBase<Structure> baseObjectStructure; member in struct:JSC::StructureStubInfo::__anon2548::__anon2552
250 WriteBarrierBase<Structure> baseObjectStructure; member in struct:JSC::StructureStubInfo::__anon2548::__anon2555
[all...]
H A DStructureStubInfo.cpp68 if (!Heap::isMarked(u.getByIdSelf.baseObjectStructure.get()))
72 if (!Heap::isMarked(u.getByIdChain.baseObjectStructure.get())
89 if (!Heap::isMarked(u.putByIdReplace.baseObjectStructure.get()))
H A DPolymorphicGetByIdList.cpp64 result.m_structure.copyFrom(stubInfo.u.getByIdSelf.baseObjectStructure);
69 result.m_structure.copyFrom(stubInfo.u.getByIdChain.baseObjectStructure);
H A DPolymorphicPutByIdList.cpp45 result.m_oldStructure.copyFrom(stubInfo.u.putByIdReplace.baseObjectStructure);
H A DGetByIdStatus.cpp205 Structure* structure = stubInfo->u.getByIdSelf.baseObjectStructure.get();
294 stubInfo->u.getByIdChain.baseObjectStructure.get(),
H A DPutByIdStatus.cpp143 stubInfo->u.putByIdReplace.baseObjectStructure->getConcurrently(
147 stubInfo->u.putByIdReplace.baseObjectStructure.get(), offset);
H A DCodeBlock.cpp349 baseStructure = stubInfo.u.getByIdSelf.baseObjectStructure.get();
353 baseStructure = stubInfo.u.getByIdChain.baseObjectStructure.get();

Completed in 87 milliseconds