Home
last modified time | relevance | path

Searched refs:if_bailout (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-internal-gen.cc1240 TNode<Name> unique_name, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() argument
1245 &var_value, next_holder, if_bailout); in TF_BUILTIN()
1253 TNode<IntPtrT> index, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() argument
1256 Goto(if_bailout); in TF_BUILTIN()
1295 TNode<Name> unique_name, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() argument
1300 &var_value, next_holder, if_bailout); in TF_BUILTIN()
1308 TNode<IntPtrT> index, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() argument
1311 Goto(if_bailout); in TF_BUILTIN()
Dbuiltins-object-gen.cc43 Label* if_bailout);
55 Label* if_bailout);
1514 Label* if_bailout) { in FromPropertyDetails() argument
1528 context, GetAccessorOrUndefined(getter, if_bailout), in FromPropertyDetails()
1529 GetAccessorOrUndefined(setter, if_bailout), in FromPropertyDetails()
1550 TNode<HeapObject> accessor, Label* if_bailout) { in GetAccessorOrUndefined() argument
1558 GotoIf(IsFunctionTemplateInfoMap(map), if_bailout); in GetAccessorOrUndefined()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc2939 TNode<JSFunction> function, Label* if_bailout) { in LoadJSFunctionPrototype() argument
2945 GotoIf(IsTheHole(proto_or_map), if_bailout); in LoadJSFunctionPrototype()
7134 TNode<String> ToDirectStringAssembler::TryToDirect(Label* if_bailout) { in TryToDirect() argument
7159 Switch(representation, if_bailout, values, labels, arraysize(values)); in TryToDirect()
7169 if_bailout); in TryToDirect()
7183 Goto(if_bailout); in TryToDirect()
7223 StringPointerKind ptr_kind, Label* if_bailout) { in TryToSequential() argument
7247 if_bailout); in TryToSequential()
7532 TNode<HeapObject> input, TVariable<Number>* var_result, Label* if_bailout) { in TryPlainPrimitiveNonNumberToNumber() argument
7540 GotoIfNot(InstanceTypeEqual(input_instance_type, ODDBALL_TYPE), if_bailout); in TryPlainPrimitiveNonNumberToNumber()
[all …]
Dcode-stub-assembler.h1660 Label* if_bailout);
2029 Label* if_bailout);
2032 Label* if_bailout);
3004 TVariable<Name>* var_unique, Label* if_bailout,
3035 Label* if_not_internalized, Label* if_bailout);
3181 Label* if_bailout);
3207 Label* if_not_found, Label* if_bailout);
3214 Label* if_bailout, GetOwnPropertyMode mode);
3300 Label* if_not_found, Label* if_bailout);
3321 Label* if_bailout);
[all …]