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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.cpp2225 Instruction* curInstruction = &instructions()[propertyAccessInstructions[i]]; local
2226 switch (interpreter->getOpcodeID(curInstruction[0].u.opcode)) {
2231 if (!curInstruction[4].u.structure || Heap::isMarked(curInstruction[4].u.structure.get()))
2234 dataLogF("Clearing LLInt property access with structure %p.\n", curInstruction[4].u.structure.get());
2235 curInstruction[4].u.structure.clear();
2236 curInstruction[5].u.operand = 0;
2242 if (Heap::isMarked(curInstruction[4].u.structure.get())
2243 && Heap::isMarked(curInstruction[6].u.structure.get())
2244 && Heap::isMarked(curInstruction[
[all...]

Completed in 173 milliseconds