Searched refs:BranchIfFastPath (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-promise.h | 112 void BranchIfFastPath(Node* context, Node* promise, Label* if_isunmodified, 115 void BranchIfFastPath(Node* native_context, Node* promise_fun, Node* promise,
|
D | builtins-promise.cc | 627 void PromiseBuiltinsAssembler::BranchIfFastPath(Node* context, Node* promise, in BranchIfFastPath() function in v8::internal::PromiseBuiltinsAssembler 633 BranchIfFastPath(native_context, promise_fun, promise, if_isunmodified, in BranchIfFastPath() 637 void PromiseBuiltinsAssembler::BranchIfFastPath(Node* native_context, in BranchIfFastPath() function in v8::internal::PromiseBuiltinsAssembler 710 BranchIfFastPath(native_context, promise_fun, result, &if_nativepromise, in InternalResolvePromise() 1374 BranchIfFastPath(context, promise, &if_internalthen, &if_customthen); in TF_BUILTIN() 1422 BranchIfFastPath(native_context, promise_fun, value, &if_valueisnativepromise, in TF_BUILTIN() 1452 BranchIfFastPath(context, receiver, &if_nativepromise, in TF_BUILTIN() 1766 BranchIfFastPath(context, promise, &if_nativepromise, &if_custompromise); in TF_BUILTIN()
|