Searched refs:if_bailout (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-internal-gen.cc | 1240 TNode<Name> unique_name, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() 1245 &var_value, next_holder, if_bailout); in TF_BUILTIN() 1253 TNode<IntPtrT> index, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() 1256 Goto(if_bailout); in TF_BUILTIN() 1295 TNode<Name> unique_name, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() 1300 &var_value, next_holder, if_bailout); in TF_BUILTIN() 1308 TNode<IntPtrT> index, Label* next_holder, Label* if_bailout) { in TF_BUILTIN() 1311 Goto(if_bailout); in TF_BUILTIN()
|
H A D | builtins-object-gen.cc | 43 Label* if_bailout); 55 Label* if_bailout); 1514 Label* if_bailout) { in FromPropertyDetails() 1528 context, GetAccessorOrUndefined(getter, if_bailout), in FromPropertyDetails() 1529 GetAccessorOrUndefined(setter, if_bailout), in FromPropertyDetails() 1550 TNode<HeapObject> accessor, Label* if_bailout) { in GetAccessorOrUndefined() 1558 GotoIf(IsFunctionTemplateInfoMap(map), if_bailout); in GetAccessorOrUndefined() local 1512 FromPropertyDetails( TNode<Context> context, TNode<Object> raw_value, TNode<Word32T> details, Label* if_bailout) FromPropertyDetails() argument 1549 GetAccessorOrUndefined( TNode<HeapObject> accessor, Label* if_bailout) GetAccessorOrUndefined() argument
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 2939 TNode<JSFunction> function, Label* if_bailout) { 2945 GotoIf(IsTheHole(proto_or_map), if_bailout); 7134 TNode<String> ToDirectStringAssembler::TryToDirect(Label* if_bailout) { 7159 Switch(representation, if_bailout, values, labels, arraysize(values)); 7169 if_bailout); 7183 Goto(if_bailout); 7223 StringPointerKind ptr_kind, Label* if_bailout) { 7247 if_bailout); 7532 TNode<HeapObject> input, TVariable<Number>* var_result, Label* if_bailout) { 7540 GotoIfNot(InstanceTypeEqual(input_instance_type, ODDBALL_TYPE), if_bailout); [all...] |
H A D | code-stub-assembler.h | 1660 Label* if_bailout); 2029 Label* if_bailout); 2032 Label* if_bailout); 2998 // |if_notinternalized| is optional; |if_bailout| will be used by default. 3004 TVariable<Name>* var_unique, Label* if_bailout, 3030 // - |if_bailout| for unsupported cases (e.g. uncachable array index). 3035 Label* if_not_internalized, Label* if_bailout); 3181 Label* if_bailout); 3207 Label* if_not_found, Label* if_bailout); 3214 Label* if_bailout, GetOwnPropertyMod 4373 PointerToData(Label* if_bailout) PointerToData() argument 4379 PointerToString(Label* if_bailout) PointerToString() argument [all...] |
Completed in 20 milliseconds