Lines Matching refs:bailout
35 Label* bailout);
52 Label* bailout);
528 TNode<Map> map, TNode<Int32T> instance_type, Label* bailout) { in EnsureOnlyHasSimpleProperties() argument
529 GotoIf(IsCustomElementsReceiverInstanceType(instance_type), bailout); in EnsureOnlyHasSimpleProperties()
534 bailout); in EnsureOnlyHasSimpleProperties()
1606 Handle<Name> name, TNode<Object> value, Label* bailout) { in AddToDictionaryIf() argument
1610 Add<NameDictionary>(name_dictionary, HeapConstant(name), value, bailout); in AddToDictionaryIf()
1669 Label bailout(this, Label::kDeferred); in FromPropertyDescriptor() local
1675 value, &bailout); in FromPropertyDescriptor()
1681 &bailout); in FromPropertyDescriptor()
1686 &bailout); in FromPropertyDescriptor()
1690 &bailout); in FromPropertyDescriptor()
1697 &bailout); in FromPropertyDescriptor()
1703 &bailout); in FromPropertyDescriptor()
1708 BIND(&bailout); in FromPropertyDescriptor()