• Home
  • Raw
  • Download

Lines Matching refs:GotoIf

73     GotoIf(IsNoClosuresCellMap(feedback_cell_map), &no_closures);  in TF_BUILTIN()
74 GotoIf(IsOneClosureCellMap(feedback_cell_map), &one_closure); in TF_BUILTIN()
189 GotoIf(HasInstanceType(new_target, JS_FUNCTION_TYPE), &fast); in EmitFastNewObject()
197 GotoIf(TaggedIsSmi(initial_map), call_runtime); in EmitFastNewObject()
198 GotoIf(DoesntHaveInstanceType(initial_map, MAP_TYPE), call_runtime); in EmitFastNewObject()
204 GotoIf(WordNotEqual(target, new_target_constructor), call_runtime); in EmitFastNewObject()
209 GotoIf(IsDictionaryMap(initial_map), &allocate_properties); in EmitFastNewObject()
304 GotoIf(NotHasBoilerplate(literal_site), &call_runtime); in EmitCreateRegExpLiteral()
349 GotoIf(NotHasBoilerplate(maybe_allocation_site), call_runtime); in EmitCreateShallowArrayLiteral()
392 GotoIf(TaggedIsSmi(maybe_allocation_site), &initialize_allocation_site); in EmitCreateEmptyArrayLiteral()
434 GotoIf(NotHasBoilerplate(maybe_allocation_site), call_runtime); in EmitCreateShallowObjectLiteral()
444 GotoIf(IsSetWord32<Map::IsDeprecatedBit>(bit_field_3), call_runtime); in EmitCreateShallowObjectLiteral()
539 GotoIf(TaggedIsSmi(field), &store_field); in EmitCreateShallowObjectLiteral()
540 GotoIf(IsMutableHeapNumber(field), &continue_with_write_barrier); in EmitCreateShallowObjectLiteral()
574 GotoIf(TaggedIsSmi(field), &continue_loop); in EmitCreateShallowObjectLiteral()
643 GotoIf(IsUndefined(new_target), &if_notsubclass); in TF_BUILTIN()
660 GotoIf(UintPtrGreaterThanOrEqual(value_index, argc), &if_newobject); in TF_BUILTIN()
662 GotoIf(IsNull(value), &if_newobject); in TF_BUILTIN()
694 GotoIf(WordEqual(argc, IntPtrConstant(0)), &if_nloaded); in TF_BUILTIN()
752 GotoIf(WordEqual(argc, IntPtrConstant(0)), &if_sloaded); in TF_BUILTIN()
761 GotoIf(TaggedIsSmi(value), &if_tostring); in TF_BUILTIN()