Home
last modified time | relevance | path

Searched refs:if_proxy (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-internal-gen.cc487 if_notfound(this), slow(this), if_proxy(this); in TF_BUILTIN() local
492 GotoIf(InstanceTypeEqual(instance_type, JS_PROXY_TYPE), &if_proxy); in TF_BUILTIN()
545 BIND(&if_proxy); in TF_BUILTIN()
915 Label if_notfound(this), if_proxy(this, Label::kDeferred), in TF_BUILTIN() local
942 &if_proxy); in TF_BUILTIN()
950 BIND(&if_proxy); in TF_BUILTIN()
970 Label if_notfound(this), if_proxy(this, Label::kDeferred), in TF_BUILTIN() local
997 &if_proxy); in TF_BUILTIN()
1015 BIND(&if_proxy); in TF_BUILTIN()
Dbuiltins-object-gen.cc718 if_proxy(this, Label::kDeferred), if_regexp(this), if_string(this), in TF_BUILTIN() local
748 {JS_PROXY_TYPE, &if_proxy}, in TF_BUILTIN()
843 BIND(&if_proxy); in TF_BUILTIN()
/external/v8/src/ic/
Daccessor-assembler.cc1034 Label if_fast_smi(this), if_proxy(this), if_interceptor(this), in HandleStoreICHandlerCase() local
1049 &if_proxy); in HandleStoreICHandlerCase()
1100 BIND(&if_proxy); in HandleStoreICHandlerCase()
/external/v8/src/codegen/
Dcode-stub-assembler.cc9045 Label* if_bailout, Label* if_proxy) { in TryPrototypeChainLookup() argument
9060 GotoIf(InstanceTypeEqual(instance_type, JS_PROXY_TYPE), if_proxy); in TryPrototypeChainLookup()
12100 return_false(this), end(this), if_proxy(this, Label::kDeferred); in HasProperty() local
12122 &call_runtime, &if_proxy); in HasProperty()
12126 BIND(&if_proxy); in HasProperty()
Dcode-stub-assembler.h3087 Label* if_bailout, Label* if_proxy);