Searched refs:BranchGenerator (Results 1 – 2 of 2) sorted by relevance
23 class BranchGenerator; variable145 const BranchGenerator& branch);423 class BranchGenerator BASE_EMBEDDED {425 explicit BranchGenerator(LCodeGen* codegen) in BranchGenerator() function428 virtual ~BranchGenerator() { } in ~BranchGenerator()
73 class BranchOnCondition : public BranchGenerator {76 : BranchGenerator(codegen), in BranchOnCondition()99 class CompareAndBranch : public BranchGenerator {105 : BranchGenerator(codegen), in CompareAndBranch()129 class TestAndBranch : public BranchGenerator {135 : BranchGenerator(codegen), in TestAndBranch()177 class BranchIfNonZeroNumber : public BranchGenerator {181 : BranchGenerator(codegen), value_(value), scratch_(scratch) { } in BranchIfNonZeroNumber()204 class BranchIfHeapNumber : public BranchGenerator {207 : BranchGenerator(codegen), value_(value) { } in BranchIfHeapNumber()[all …]