Searched refs:BranchGenerator (Results 1 – 2 of 2) sorted by relevance
619 typedef std::function<void(Label*, Label*)> BranchGenerator; typedef622 void Assert(const BranchGenerator& branch, const char* message = nullptr,637 void Check(const BranchGenerator& branch, const char* message = nullptr,
56 void CodeStubAssembler::Assert(const BranchGenerator& branch, in Assert()102 void CodeStubAssembler::Check(const BranchGenerator& branch, in Check()152 BranchGenerator branch = [=](Label* ok, Label* not_ok) { in Check()