Searched refs:if_bailout (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-internal-gen.cc | 921 TNode<Name> unique_name, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() argument 926 &var_value, next_holder, if_bailout); in TF_BUILTIN() 934 TNode<IntPtrT> index, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() argument 937 Goto(if_bailout); in TF_BUILTIN() 976 TNode<Name> unique_name, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() argument 981 &var_value, next_holder, if_bailout); in TF_BUILTIN() 989 TNode<IntPtrT> index, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() argument 992 Goto(if_bailout); in TF_BUILTIN()
|
D | builtins-object-gen.cc | 39 Label* if_bailout); 51 Label* if_bailout); 1451 Label* if_bailout) { in FromPropertyDetails() argument 1465 context, GetAccessorOrUndefined(getter, if_bailout), in FromPropertyDetails() 1466 GetAccessorOrUndefined(setter, if_bailout), in FromPropertyDetails() 1487 TNode<HeapObject> accessor, Label* if_bailout) { in GetAccessorOrUndefined() argument 1495 GotoIf(IsFunctionTemplateInfoMap(map), if_bailout); in GetAccessorOrUndefined()
|
/external/v8/src/codegen/ |
D | code-stub-assembler.cc | 2677 TNode<JSFunction> function, Label* if_bailout) { in LoadJSFunctionPrototype() argument 2683 GotoIf(IsTheHole(proto_or_map), if_bailout); in LoadJSFunctionPrototype() 6539 TNode<String> ToDirectStringAssembler::TryToDirect(Label* if_bailout) { in TryToDirect() argument 6564 Switch(representation, if_bailout, values, labels, arraysize(values)); in TryToDirect() 6574 if_bailout); in TryToDirect() 6588 Goto(if_bailout); in TryToDirect() 6628 StringPointerKind ptr_kind, Label* if_bailout) { in TryToSequential() argument 6652 if_bailout); in TryToSequential() 6937 TNode<HeapObject> input, TVariable<Number>* var_result, Label* if_bailout) { in TryPlainPrimitiveNonNumberToNumber() argument 6945 GotoIfNot(InstanceTypeEqual(input_instance_type, ODDBALL_TYPE), if_bailout); in TryPlainPrimitiveNonNumberToNumber() [all …]
|
D | code-stub-assembler.h | 1490 Label* if_bailout); 1833 Label* if_bailout); 2750 TVariable<Name>* var_unique, Label* if_bailout, 2766 Label* if_not_internalized, Label* if_bailout); 2927 Label* if_bailout); 2940 Label* if_not_found, Label* if_bailout); 2947 Label* if_bailout, GetOwnPropertyMode mode); 3032 Label* if_not_found, Label* if_bailout); 3051 Label* if_bailout); 3067 Label* if_bailout)>; [all …]
|