Searched refs:if_proxy (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-internal-gen.cc | 687 if_notfound(this), slow(this), if_proxy(this); in TF_BUILTIN() 692 GotoIf(InstanceTypeEqual(instance_type, JS_PROXY_TYPE), &if_proxy); in TF_BUILTIN() local 745 BIND(&if_proxy); in TF_BUILTIN() 1234 Label if_notfound(this), if_proxy(this, Label::kDeferred), in TF_BUILTIN() 1261 &if_proxy); in TF_BUILTIN() 1269 BIND(&if_proxy); in TF_BUILTIN() 1289 Label if_notfound(this), if_proxy(this, Label::kDeferred), in TF_BUILTIN() 1316 &if_proxy); in TF_BUILTIN() 1334 BIND(&if_proxy); in TF_BUILTIN()
|
H A D | builtins-object-gen.cc | 757 if_proxy(this, Label::kDeferred), if_regexp(this), if_string(this), in TF_BUILTIN() 786 {JS_PROXY_TYPE, &if_proxy}, in TF_BUILTIN() 881 BIND(&if_proxy); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 1242 Label if_fast_smi(this), if_proxy(this), if_interceptor(this), in HandleStoreICHandlerCase() 1258 GotoIf(Word32Equal(handler_kind, STORE_KIND(kProxy)), &if_proxy); in HandleStoreICHandlerCase() local 1335 BIND(&if_proxy); in HandleStoreICHandlerCase()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 10128 Label* if_bailout, Label* if_proxy, bool handle_private_names) { 10141 GotoIf(InstanceTypeEqual(instance_type, JS_PROXY_TYPE), if_proxy); 13445 return_false(this), end(this), if_proxy(this, Label::kDeferred); 13468 &call_runtime, &if_proxy, kHandlePrivateNames); 13472 BIND(&if_proxy);
|
H A D | code-stub-assembler.h | 3352 // If {if_proxy} is nullptr, proxies go to if_bailout. 3357 Label* if_bailout, Label* if_proxy, bool handle_private_names = false);
|
Completed in 36 milliseconds