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

/external/webkit/Source/JavaScriptCore/jit/
H A DJITInlineMethods.h277 ALWAYS_INLINE void JIT::addSlowCase(JumpList jumpList) argument
281 const JumpList::JumpVector& jumpVector = jumpList.jumps();
/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp634 void setBacktrackJumpList(JumpList* jumpList) argument
637 m_backtrackSourceJumps = jumpList;
887 void setJumpListToPriorParen(JumpList* jumpList) argument
889 m_jumpList = jumpList;

Completed in 58 milliseconds