Searched defs:if_slow (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-internal-gen.cc | 916 if_slow(this, Label::kDeferred); in TF_BUILTIN() local 971 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
|
D | builtins-object-gen.cc | 460 if_fast(this), if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local 551 if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
|
D | builtins-async-generator-gen.cc | 521 Label if_fast(this), if_slow(this, Label::kDeferred), return_promise(this); in TF_BUILTIN() local
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 2459 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local 2877 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 1035 if_slow(this); in HandleStoreICHandlerCase() local 1570 if_accessor(this), if_native_data_property(this), if_slow(this); in HandleStoreICProtoHandler() local
|
/external/v8/src/codegen/ |
D | code-stub-assembler.cc | 1573 Label* if_slow) { in GotoIfMapHasSlowProperties() 12185 Label if_fast(this), if_slow(this, Label::kDeferred), out(this); in ForInPrepare() local 13114 Label* if_slow) { in CheckPrototypeEnumCache()
|