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

/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp1932 Label firstAlternative; local
1935 // The label 'firstAlternative' is used to plant a check to see if there is
1943 firstAlternative = Label(this);
2009 firstAlternative = Label(this);
2144 jumpIfAvailableInput(-countToCheckForFirstAlternative).linkTo(firstAlternative, this);

Completed in 47 milliseconds