Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-promise-gen.cc544 Label if_fast(this), if_slow(this, Label::kDeferred), done(this, &var_result); in InvokeThen() local
588 Label if_fast(this), if_slow(this, Label::kDeferred), done(this, &var_result); in InvokeResolve() local
626 Node* native_context, Node* constructor, Label* if_fast, Label* if_slow) { in BranchIfPromiseResolveLookupChainIntact()
637 Node* native_context, Node* promise_map, Label* if_fast, Label* if_slow) { in BranchIfPromiseSpeciesLookupChainIntact()
650 Node* native_context, Node* receiver_map, Label* if_fast, Label* if_slow) { in BranchIfPromiseThenLookupChainIntact()
1079 Label if_fast(this), if_slow(this, Label::kDeferred); in TF_BUILTIN() local
1757 Label if_fast(this), if_receiver(this), if_slow(this, Label::kDeferred); in TF_BUILTIN() local
Dbuiltins-object-gen.cc707 if_fast(this), if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local
791 if_fast(this), try_fast(this, Label::kDeferred), in TF_BUILTIN() local
Dbuiltins-async-generator-gen.cc540 Label if_fast(this), if_slow(this, Label::kDeferred), return_promise(this); in TF_BUILTIN() local
Dbuiltins-constructor-gen.cc446 Label if_dictionary(this), if_fast(this), done(this); in EmitCreateShallowObjectLiteral() local
Dbuiltins-regexp-gen.cc3172 Label if_fast(this), if_slow(this, Label::kDeferred); in TF_BUILTIN() local
3214 Label if_fast(this), if_slow(this, Label::kDeferred); in TF_BUILTIN() local
Dbuiltins-collections-gen.cc524 Label exit(this), if_fast(this), if_slow(this, Label::kDeferred); in LoadKeyValue() local
/external/v8/src/ic/
Dkeyed-store-generic.cc472 Label if_fast(this), if_in_bounds(this), if_out_of_bounds(this), in EmitGenericElementStore() local
/external/v8/src/interpreter/
Dinterpreter-generator.cc2502 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
2874 Label if_fast(this), if_slow(this); in IGNITION_HANDLER() local
2939 Label if_fast(this), if_slow(this, Label::kDeferred); in IGNITION_HANDLER() local
/external/v8/src/
Dcode-stub-assembler.cc1069 Label if_false(this, Label::kDeferred), if_fast(this), exit(this); in IsFastJSArrayWithNoCustomIteration() local
12429 Label* if_fast, in CheckPrototypeEnumCache()
12472 Label if_fast(this), if_cache(this), if_no_cache(this, Label::kDeferred); in CheckEnumCache() local