Searched defs:if_slow (Results 1 – 7 of 7) sorted by relevance
| /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 | 259 TNode<Map> map, Label* if_slow) { in GotoIfMapHasSlowProperties() 707 if_fast(this), if_slow(this, Label::kDeferred), if_join(this); in TF_BUILTIN() local 792 if_slow(this, Label::kDeferred), if_join(this); 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-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/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 | 12430 Label* if_slow) { in CheckPrototypeEnumCache()
|