Searched defs:alternativeFrameLocation (Results 1 – 2 of 2) sorted by relevance
| /external/webkit/Source/JavaScriptCore/yarr/ |
| D | YarrInterpreter.cpp | 1519 …ternId, bool capture, int inputPosition, unsigned frameLocation, unsigned alternativeFrameLocation) in atomParenthesesOnceBegin() 1532 …ternId, bool capture, int inputPosition, unsigned frameLocation, unsigned alternativeFrameLocation) in atomParenthesesTerminalBegin() 1545 …ternId, bool capture, int inputPosition, unsigned frameLocation, unsigned alternativeFrameLocation) in atomParenthesesSubpatternBegin() 1562 …egin(unsigned subpatternId, bool invert, unsigned frameLocation, unsigned alternativeFrameLocation) in atomParentheticalAssertionBegin() 1836 unsigned alternativeFrameLocation = term.frameLocation; in emitDisjunction() local 1861 …unsigned alternativeFrameLocation = term.frameLocation + YarrStackSpaceForBackTrackInfoParenthetic… in emitDisjunction() local
|
| D | YarrJIT.cpp | 1546 …nction(PatternTerm& parenthesesTerm, TermGenerationState& state, unsigned alternativeFrameLocation) in generateParenthesesDisjunction() 1650 unsigned alternativeFrameLocation = parenthesesFrameLocation; in generateParenthesesSingle() local 1795 …unsigned alternativeFrameLocation = parenthesesFrameLocation + YarrStackSpaceForBackTrackInfoParen… in generateParentheticalAssertion() local
|