• Home
  • Raw
  • Download

Lines Matching refs:if_found

1560                                              Node* unique_name, Label* if_found,  in NameDictionaryLookup()  argument
1581 GotoIf(WordEqual(current, unique_name), if_found); in NameDictionaryLookup()
1607 GotoIf(WordEqual(current, unique_name), if_found); in NameDictionaryLookup()
1641 Label* if_found, in NumberDictionaryLookup() argument
1688 Branch(Word32Equal(current_value, key), if_found, &next_probe); in NumberDictionaryLookup()
1695 Branch(Float64Equal(current_value, key_as_float64), if_found, in NumberDictionaryLookup()
1801 Label* if_found, Label* if_not_found, in TryHasOwnProperty() argument
1808 TryLookupProperty(object, map, instance_type, unique_name, if_found, if_found, in TryHasOwnProperty()
1819 Goto(if_found); in TryHasOwnProperty()
1997 Label if_found(this, 2, vars); in TryGetOwnProperty() local
2009 Goto(&if_found); in TryGetOwnProperty()
2016 Goto(&if_found); in TryGetOwnProperty()
2025 Goto(&if_found); in TryGetOwnProperty()
2028 Bind(&if_found); in TryGetOwnProperty()
2070 Label* if_found, Label* if_not_found, in TryLookupElement() argument
2121 Branch(WordEqual(element, the_hole), if_not_found, if_found); in TryLookupElement()
2134 Branch(Word64Equal(element, the_hole), if_not_found, if_found); in TryLookupElement()
2140 if_not_found, if_found); in TryLookupElement()
2147 NumberDictionaryLookup<SeededNumberDictionary>(elements, index, if_found, in TryLookupElement()
2157 GotoIf(Int32LessThan(index, SmiToWord32(length)), if_found); in TryLookupElement()
2167 GotoIf(Int32LessThan(index, SmiToWord32(length)), if_found); in TryLookupElement()