Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc7773 Label if_currentissmi(this), if_currentisnotsmi(this); in NumberDictionaryLookup() local
7774 Branch(TaggedIsSmi(current), &if_currentissmi, &if_currentisnotsmi); in NumberDictionaryLookup()
7780 BIND(&if_currentisnotsmi); in NumberDictionaryLookup()