Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc538 Label if_one(this), if_two(this); in LoadKeyValue() local
539 GotoIf(SmiGreaterThan(length, SmiConstant(1)), &if_two); in LoadKeyValue()
553 BIND(&if_two); in LoadKeyValue()
565 Label if_one(this), if_two(this); in LoadKeyValue() local
566 GotoIf(SmiGreaterThan(length, SmiConstant(1)), &if_two); in LoadKeyValue()
580 BIND(&if_two); in LoadKeyValue()