Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc1683 Label if_currentissmi(this), if_currentisnotsmi(this); in NumberDictionaryLookup() local
1684 Branch(WordIsSmi(current), &if_currentissmi, &if_currentisnotsmi); in NumberDictionaryLookup()
1690 Bind(&if_currentisnotsmi); in NumberDictionaryLookup()