Searched refs:structureChain (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | Instruction.h | 149 Instruction(JSGlobalData& globalData, JSCell* owner, StructureChain* structureChain) in Instruction() 151 u.structureChain.clear(); in Instruction() 152 u.structureChain.set(globalData, owner, structureChain); in Instruction() 166 WriteBarrierBase<StructureChain> structureChain; member
|
D | CodeBlock.cpp | 303 …ng(vPC[5].u.structure).utf8().data(), pointerToSourceString(vPC[6].u.structureChain).utf8().data()… in printStructures() 307 …ng(vPC[4].u.structure).utf8().data(), pointerToSourceString(vPC[5].u.structureChain).utf8().data()… in printStructures() 1418 markStack.append(&vPC[5].u.structureChain); in markStructures() 1424 markStack.append(&vPC[6].u.structureChain); in markStructures()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSPropertyNameIterator.cpp | 74 StructureChain* structureChain = o->structure()->prototypeChain(exec); in create() local 75 WriteBarrier<Structure>* structure = structureChain->head(); in create() 81 jsPropertyNameIterator->setCachedPrototypeChain(exec->globalData(), structureChain); in create()
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 1258 …vPC[6].u.structureChain.set(callFrame->globalData(), codeBlock->ownerExecutable(), structure->prot… in tryCachePutByID() 1259 ASSERT(vPC[6].u.structureChain); in tryCachePutByID() 1405 …vPC[5].u.structureChain.set(callFrame->globalData(), codeBlock->ownerExecutable(), structure->prot… in tryCacheGetByID() 2721 WriteBarrier<Structure>* it = vPC[5].u.structureChain->head(); in privateExecute() 2871 WriteBarrier<Structure>* it = vPC[5].u.structureChain->head(); in privateExecute() 2926 WriteBarrier<Structure>* it = vPC[5].u.structureChain->head(); in privateExecute() 3070 WriteBarrier<Structure>* it = vPC[6].u.structureChain->head(); in privateExecute()
|