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

/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp1041 void processBacktracks(YarrGenerator* generator, TermGenerationState& state, TermGenerationState& parenthesesState, Label nonGreedyTryParentheses, Label fallThrough) argument
1047 parenthesesState.getBacktrackDestination().copyTo(m_parenBacktrack);
1658 TermGenerationState parenthesesState(disjunction, state.checkedTotal);
1661 parenthesesState.setJumpListToPriorParen(state.getJumpListToPriorParen());
1663 generateParenthesesDisjunction(state.term(), parenthesesState, alternativeFrameLocation);
1665 // parenthesesState's m_backTrackJumps vector, and that if they need backtracking
1666 // they will have set an entry point on the parenthesesState's m_backtrackLabel.
1667 BacktrackDestination& parenthesesBacktrack = parenthesesState.getBacktrackDestination();
1673 state.setJumpListToPriorParen(parenthesesState.getJumpListToPriorParen());
1703 TermGenerationState parenthesesState(disjunctio
[all...]

Completed in 36 milliseconds