Lines Matching refs:GotoIf
190 GotoIf(IsNoClosuresCellMap(feedback_cell_map), &no_closures); in TF_BUILTIN()
191 GotoIf(IsOneClosureCellMap(feedback_cell_map), &one_closure); in TF_BUILTIN()
307 GotoIf(TaggedIsSmi(initial_map_or_proto), call_runtime); in FastNewObject()
308 GotoIf(DoesntHaveInstanceType(CAST(initial_map_or_proto), MAP_TYPE), in FastNewObject()
316 GotoIf(TaggedNotEqual(target, new_target_constructor), call_runtime); in FastNewObject()
321 GotoIf(IsDictionaryMap(initial_map), &allocate_properties); in FastNewObject()
396 GotoIf(IsUndefined(maybe_feedback_vector), &call_runtime); in CreateRegExpLiteral()
494 GotoIf(TaggedIsSmi(maybe_allocation_site), &initialize_allocation_site); in CreateEmptyArrayLiteral()
545 GotoIf(IsSetWord32<Map::Bits3::IsDeprecatedBit>(bit_field_3), call_runtime); in CreateShallowObjectLiteral()
640 GotoIf(TaggedIsSmi(field), &store_field); in CreateShallowObjectLiteral()
643 GotoIf(IsHeapNumber(CAST(field)), &continue_with_write_barrier); in CreateShallowObjectLiteral()
702 GotoIf(TaggedIsSmi(field), &continue_loop); in CopyMutableHeapNumbersInObject()