Searched refs:return_undefined (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-object-gen.cc | 1076 Label return_undefined(this); in TF_BUILTIN() local 1083 GotoIf(IsUndefined(receiver), &return_undefined); in TF_BUILTIN() 1087 BIND(&return_undefined); in TF_BUILTIN() 1530 return_undefined(this, Label::kDeferred), if_notunique_name(this); in TF_BUILTIN() local 1552 Goto(&return_undefined); in TF_BUILTIN() 1592 GotoIf(IsUndefined(desc), &return_undefined); in TF_BUILTIN() 1600 BIND(&return_undefined); in TF_BUILTIN()
|
D | builtins-array-gen.cc | 959 Label return_undefined(this), fast_elements(this); in TF_BUILTIN() local 960 GotoIf(IntPtrEqual(length, IntPtrConstant(0)), &return_undefined); in TF_BUILTIN() 992 &return_undefined); in TF_BUILTIN() 1016 GotoIf(WordEqual(value, TheHoleConstant()), &return_undefined); in TF_BUILTIN() 1020 BIND(&return_undefined); in TF_BUILTIN() 1529 Label return_undefined(this), fast_elements_tagged(this), in TF_BUILTIN() local 1531 GotoIf(IntPtrEqual(length, IntPtrConstant(0)), &return_undefined); in TF_BUILTIN() 1628 GotoIf(WordEqual(value, TheHoleConstant()), &return_undefined); in TF_BUILTIN() 1648 GotoIf(WordEqual(value, TheHoleConstant()), &return_undefined); in TF_BUILTIN() 1652 BIND(&return_undefined); in TF_BUILTIN()
|
D | builtins-internal-gen.cc | 1210 Label call_runtime(this, Label::kDeferred), return_undefined(this), end(this); in TF_BUILTIN() local 1243 lookup_element_in_holder, &return_undefined, in TF_BUILTIN() 1246 BIND(&return_undefined); in TF_BUILTIN()
|
D | builtins-typed-array-gen.cc | 1448 Label if_receiverisheapobject(this), return_undefined(this); in TF_BUILTIN() local 1449 Branch(TaggedIsSmi(receiver), &return_undefined, &if_receiverisheapobject); in TF_BUILTIN() 1481 Switch(elements_kind, &return_undefined, elements_kinds, elements_kind_labels, in TF_BUILTIN() 1484 BIND(&return_undefined); in TF_BUILTIN()
|
D | builtins-collections-gen.cc | 2297 Label return_undefined(this); in TF_BUILTIN() local 2306 GotoIf(WordEqual(index, SmiConstant(-1)), &return_undefined); in TF_BUILTIN() 2310 BIND(&return_undefined); in TF_BUILTIN()
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 386 Label return_undefined(this); in HandleLoadICSmiHandlerCase() local 398 GotoIf(IsJSTypedArray(holder), &return_undefined); in HandleLoadICSmiHandlerCase() 403 BranchIfPrototypesHaveNoElements(LoadMap(holder), &return_undefined, in HandleLoadICSmiHandlerCase() 406 BIND(&return_undefined); in HandleLoadICSmiHandlerCase() 2073 Label return_undefined(this); in GenericElementLoad() local 2074 BranchIfPrototypesHaveNoElements(receiver_map, &return_undefined, slow); in GenericElementLoad() 2076 BIND(&return_undefined); in GenericElementLoad() 2189 Label return_undefined(this); in GenericPropertyLoad() local 2196 GotoIf(IsPrivateSymbol(p->name), &return_undefined); in GenericPropertyLoad() 2205 GotoIf(WordEqual(proto, NullConstant()), &return_undefined); in GenericPropertyLoad() [all …]
|
/external/v8/src/ |
D | code-stub-assembler.cc | 11537 return_function(this), return_undefined(this), return_object(this), in Typeof() local 11559 &return_undefined); in Typeof() 11590 BIND(&return_undefined); in Typeof()
|