Home
last modified time | relevance | path

Searched defs:if_fast (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-async-generator-gen.cc536 Label if_fast(this), if_slow(this, Label::kDeferred), return_promise(this); in TF_BUILTIN() local
Dbuiltins-object-gen.cc469 if_fast(this), if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
589 if_fast(this), try_fast(this, Label::kDeferred), in TF_BUILTIN() local
Dbuiltins-constructor-gen.cc547 Label if_dictionary(this), if_fast(this), done(this); in CreateShallowObjectLiteral() local
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc571 Label if_fast(this), if_in_bounds(this), if_increment_length_by_one(this), in EmitGenericElementStore() local
Daccessor-assembler.cc2314 Label if_rab_gsab_typed_array(this), if_typed_array(this), if_fast(this), in EmitElementLoad() local
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc2481 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
2898 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc13532 Label if_fast(this), if_slow(this, Label::kDeferred), out(this); in ForInPrepare() local
14805 Label* if_fast, in CheckPrototypeEnumCache()
14849 Label if_fast(this), if_cache(this), if_no_cache(this, Label::kDeferred); in CheckEnumCache() local