Searched refs:if_found (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-internal-gen.cc | 923 Label if_found(this); in TF_BUILTIN() local 925 holder_instance_type, unique_name, &if_found, in TF_BUILTIN() 927 BIND(&if_found); in TF_BUILTIN() 978 Label if_found(this); in TF_BUILTIN() local 980 holder_instance_type, unique_name, &if_found, in TF_BUILTIN() 982 BIND(&if_found); in TF_BUILTIN()
|
D | builtins-collections-gen.cc | 1575 Label if_found(this), if_not_found(this); in TF_BUILTIN() local 1576 Branch(SmiGreaterThanOrEqual(index, SmiConstant(0)), &if_found, in TF_BUILTIN() 1579 BIND(&if_found); in TF_BUILTIN() 1601 Label if_found(this), if_not_found(this); in TF_BUILTIN() local 1602 Branch(SmiGreaterThanOrEqual(index, SmiConstant(0)), &if_found, in TF_BUILTIN() 1605 BIND(&if_found); in TF_BUILTIN() 2553 Label loop(this, {&var_count, &var_entry}), if_found(this); in FindKeyIndex() local 2562 key_compare(entry_key, &if_found); in FindKeyIndex() 2571 BIND(&if_found); in FindKeyIndex() 2579 auto is_not_live = [&](TNode<Object> entry_key, Label* if_found) { in FindKeyIndexForInsertion() argument [all …]
|
/external/v8/src/codegen/ |
D | code-stub-assembler.cc | 7680 TNode<Dictionary> dictionary, TNode<Name> unique_name, Label* if_found, in NameDictionaryLookup() argument 7686 DCHECK_IMPLIES(mode == kFindInsertionIndex, if_found == nullptr); in NameDictionaryLookup() 7722 GotoIf(TaggedEqual(current, unique_name), if_found); in NameDictionaryLookup() 7766 Label* if_found, TVariable<IntPtrT>* var_entry, Label* if_not_found) { in NumberDictionaryLookup() argument 7802 Branch(WordEqual(current_value, intptr_index), if_found, &next_probe); in NumberDictionaryLookup() 7809 Branch(Float64Equal(current_value, key_as_float64), if_found, in NumberDictionaryLookup() 7828 Label if_found(this); in BasicLoadNumberDictionaryElement() local 7829 NumberDictionaryLookup(dictionary, intptr_index, &if_found, &var_entry, in BasicLoadNumberDictionaryElement() 7831 BIND(&if_found); in BasicLoadNumberDictionaryElement() 7949 Label* if_found, in LookupLinear() argument [all …]
|
D | code-stub-assembler.h | 2894 TNode<Name> unique_name, Label* if_found, 2902 TNode<IntPtrT> intptr_index, Label* if_found, 2926 Label* if_found, Label* if_not_found, 3049 SloppyTNode<IntPtrT> intptr_index, Label* if_found, 3516 TNode<Uint32T> bitfield3, Label* if_found, 3524 TNode<TransitionArray> transitions, Label* if_found, 3531 TNode<Uint32T> number_of_valid_entries, Label* if_found, 3537 TNode<Uint32T> number_of_valid_entries, Label* if_found, 3543 TNode<Uint32T> number_of_valid_entries, Label* if_found,
|