Searched defs:BranchIfFastPath (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/builtins/
H A Dbuiltins-promise.cc615 void PromiseBuiltinsAssembler::BranchIfFastPath(Node* context, Node* promise, function in class:v8::internal::PromiseBuiltinsAssembler
621 BranchIfFastPath(native_context, promise_fun, promise, if_isunmodified,
625 void PromiseBuiltinsAssembler::BranchIfFastPath(Node* native_context, function in class:v8::internal::PromiseBuiltinsAssembler
698 BranchIfFastPath(native_context, promise_fun, result, &if_nativepromise,
1362 BranchIfFastPath(context, promise, &if_internalthen, &if_customthen);
1410 BranchIfFastPath(native_context, promise_fun, value, &if_valueisnativepromise,
1440 BranchIfFastPath(context, receiver, &if_nativepromise,
1754 BranchIfFastPath(context, promise, &if_nativepromise, &if_custompromise);

Completed in 134 milliseconds