Home
last modified time | relevance | path

Searched defs:if_slow (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-internal-gen.cc916 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
971 if_slow(this, Label::kDeferred); in TF_BUILTIN() local
Dbuiltins-object-gen.cc460 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
Dbuiltins-async-generator-gen.cc521 Label if_fast(this), if_slow(this, Label::kDeferred), return_promise(this); in TF_BUILTIN() local
/external/v8/src/interpreter/
Dinterpreter-generator.cc2459 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/
Daccessor-assembler.cc1035 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/
Dcode-stub-assembler.cc1573 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()