Lines Matching refs:GotoIf
122 GotoIf(WordEqual(index, number_of_holes), &done_loop1); in TF_BUILTIN()
145 GotoIf(WordEqual(index, length), &done_loop2); in TF_BUILTIN()
390 GotoIf(object_in_new_space, &incremental_wb); in TF_BUILTIN()
408 GotoIf(IsWhite(value), &call_incremental_wb); in TF_BUILTIN()
414 GotoIf( in TF_BUILTIN()
453 GotoIf(IsSetWord32(details, PropertyDetails::kAttributesDontDeleteMask), in DeleteDictionaryProperty()
476 GotoIf(SmiGreaterThan(new_nof, SmiShr(capacity, 2)), &shrinking_done); in DeleteDictionaryProperty()
477 GotoIf(SmiLessThan(new_nof, SmiConstant(16)), &shrinking_done); in DeleteDictionaryProperty()
497 GotoIf(TaggedIsSmi(receiver), &slow); in TF_BUILTIN()
500 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), &slow); in TF_BUILTIN()
517 GotoIf(IsDictionaryMap(receiver_map), &dictionary); in TF_BUILTIN()
536 GotoIf(SmiNotEqual(language_mode, SmiConstant(LanguageMode::kSloppy)), in TF_BUILTIN()
801 GotoIf(IsDebugActive(), &hook); in RunPromiseHook()