Searched refs:if_not_found (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | builtins-collections-gen.cc | 704 Label* if_not_found); 1584 Label if_found(this), if_not_found(this); in TF_BUILTIN() local 1586 &if_not_found); in TF_BUILTIN() 1594 BIND(&if_not_found); in TF_BUILTIN() 1610 Label if_found(this), if_not_found(this); in TF_BUILTIN() local 1612 &if_not_found); in TF_BUILTIN() 1617 BIND(&if_not_found); in TF_BUILTIN() 2372 TVariable<IntPtrT>* result, Label* if_entry_found, Label* if_not_found) { in TryLookupOrderedHashTableIndex() argument 2386 table, CAST(key), result, if_entry_found, if_not_found); in TryLookupOrderedHashTableIndex() 2391 table, CAST(key), result, if_entry_found, if_not_found); in TryLookupOrderedHashTableIndex() [all …]
|
D | builtins-object-gen.cc | 1346 Label if_found_value(this), return_empty(this), if_not_found(this); in TF_BUILTIN() local 1355 &if_not_found, kReturnAccessorPair); in TF_BUILTIN() 1367 BIND(&if_not_found); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 8524 TVariable<IntPtrT>* var_name_index, Label* if_not_found, LookupMode mode) { in NameDictionaryLookup() argument 8560 GotoIf(TaggedEqual(current, undefined), if_not_found); in NameDictionaryLookup() 8569 GotoIf(TaggedEqual(current, TheHoleConstant()), if_not_found); in NameDictionaryLookup() 8611 Label* if_found, TVariable<IntPtrT>* var_name_index, Label* if_not_found, in NameDictionaryLookup() argument 8614 var_name_index, if_not_found); in NameDictionaryLookup() 8619 Label* if_found, TVariable<IntPtrT>* var_entry, Label* if_not_found) { in NumberDictionaryLookup() argument 8647 GotoIf(TaggedEqual(current, undefined), if_not_found); in NumberDictionaryLookup() 8863 Label* if_not_found) { in LookupLinear() argument 8886 Goto(if_not_found); in LookupLinear() 8974 Label* if_not_found) { in LookupBinary() argument [all …]
|
D | code-stub-assembler.h | 3150 Label* if_not_found, 3158 Label* if_not_found); 3180 Label* if_found, Label* if_not_found, 3207 Label* if_not_found, Label* if_bailout); 3213 TVariable<Object>* var_raw_value, Label* if_not_found, 3300 Label* if_not_found, Label* if_bailout); 3312 Label* if_not_found, Label* bailout); 3320 Label* if_absent, Label* if_not_found, 3929 Label* if_not_found); 3937 Label* if_not_found); [all …]
|