Home
last modified time | relevance | path

Searched refs:patchBuffer (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJITPropertyAccess.cpp269 PatchBuffer patchBuffer(code);
272 patchBuffer.link(failureJump, reinterpret_cast<void*>(Interpreter::cti_op_put_by_id_fail));
275 patchBuffer.link(callTarget, reinterpret_cast<void*>(resizePropertyStorage));
328 PatchBuffer patchBuffer(code);
332 patchBuffer.link(failureCases1, slowCaseBegin);
333 patchBuffer.link(failureCases2, slowCaseBegin);
337 patchBuffer.link(success, hotPathPutResult);
359 PatchBuffer patchBuffer(code);
361patchBuffer.link(failureCases1, reinterpret_cast<void*>(Interpreter::cti_op_get_by_id_self_fail));
362patchBuffer.link(failureCases2, reinterpret_cast<void*>(Interpreter::cti_op_get_by_id_self_fail));
[all …]
DJIT.cpp1670 PatchBuffer patchBuffer(code); in privateCompile() local
1681 …record.jumpTable.simpleJumpTable->ctiDefault = patchBuffer.addressOf(m_labels[bytecodeIndex + 3 + … in privateCompile()
1685 …record.jumpTable.simpleJumpTable->ctiOffsets[j] = offset ? patchBuffer.addressOf(m_labels[bytecode… in privateCompile()
1690 …record.jumpTable.stringJumpTable->ctiDefault = patchBuffer.addressOf(m_labels[bytecodeIndex + 3 + … in privateCompile()
1695 …it->second.ctiOffset = offset ? patchBuffer.addressOf(m_labels[bytecodeIndex + 3 + offset]) : reco… in privateCompile()
1702 handler.nativeCode = patchBuffer.addressOf(m_labels[handler.target]); in privateCompile()
1707 patchBuffer.link(iter->from, iter->to); in privateCompile()
1713 …m_codeBlock->pcVector().append(PC(reinterpret_cast<void**>(patchBuffer.addressOf(iter->from)) - re… in privateCompile()
1718 patchBuffer.setPtr(iter->storeLocation, patchBuffer.addressOf(iter->target)); in privateCompile()
1723 …info.callReturnLocation = patchBuffer.addressOf(m_propertyAccessCompilationInfo[i].callReturnLocat… in privateCompile()
[all …]