Home
last modified time | relevance | path

Searched refs:BranchGenerator (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.h619 typedef std::function<void(Label*, Label*)> BranchGenerator; typedef
622 void Assert(const BranchGenerator& branch, const char* message = nullptr,
637 void Check(const BranchGenerator& branch, const char* message = nullptr,
Dcode-stub-assembler.cc56 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()