HomeSort by relevance Sort by last modified time
    Searched refs:BranchIfFastPath (Results 1 - 2 of 2) sorted by null

  /external/v8/src/builtins/
builtins-promise.h 112 void BranchIfFastPath(Node* context, Node* promise, Label* if_isunmodified,
115 void BranchIfFastPath(Node* native_context, Node* promise_fun, Node* promise,
builtins-promise.cc 615 void PromiseBuiltinsAssembler::BranchIfFastPath(Node* context, Node* promise,
621 BranchIfFastPath(native_context, promise_fun, promise, if_isunmodified,
625 void PromiseBuiltinsAssembler::BranchIfFastPath(Node* native_context,
698 BranchIfFastPath(native_context, promise_fun, result, &if_nativepromise,
    [all...]

Completed in 608 milliseconds