Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/jit/
DJITInlineMethods.h281 const JumpList::JumpVector& jumpVector = jumpList.jumps(); in addSlowCase() local
282 size_t size = jumpVector.size(); in addSlowCase()
284 m_slowCases.append(SlowCaseEntry(jumpVector[i], m_bytecodeOffset)); in addSlowCase()
/external/webkit/Source/JavaScriptCore/yarr/
DYarrJIT.cpp369 JumpList::JumpVector jumpVector = jumps.jumps(); in addIndirectJumpEntry() local
370 size_t size = jumpVector.size(); in addIndirectJumpEntry()
372 addIndirectJumpEntry(stackOffset, jumpVector[i]); in addIndirectJumpEntry()