/external/v8/src/builtins/ |
D | builtins-promise-gen.cc | 544 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
|
D | builtins-object-gen.cc | 707 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
|
D | builtins-async-generator-gen.cc | 540 Label if_fast(this), if_slow(this, Label::kDeferred), return_promise(this); in TF_BUILTIN() local
|
D | builtins-constructor-gen.cc | 446 Label if_dictionary(this), if_fast(this), done(this); in EmitCreateShallowObjectLiteral() local
|
D | builtins-regexp-gen.cc | 3172 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
|
D | builtins-collections-gen.cc | 524 Label exit(this), if_fast(this), if_slow(this, Label::kDeferred); in LoadKeyValue() local
|
/external/v8/src/ic/ |
D | keyed-store-generic.cc | 472 Label if_fast(this), if_in_bounds(this), if_out_of_bounds(this), in EmitGenericElementStore() local
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 2502 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/ |
D | code-stub-assembler.cc | 1069 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
|