Searched refs:BranchGenerator (Results 1 – 2 of 2) sorted by relevance
23 class BranchGenerator; variable157 const BranchGenerator& branch);455 class BranchGenerator BASE_EMBEDDED {457 explicit BranchGenerator(LCodeGen* codegen) in BranchGenerator() function460 virtual ~BranchGenerator() { } in ~BranchGenerator()
50 class BranchOnCondition : public BranchGenerator {53 : BranchGenerator(codegen), in BranchOnCondition()76 class CompareAndBranch : public BranchGenerator {82 : BranchGenerator(codegen), in CompareAndBranch()106 class TestAndBranch : public BranchGenerator {112 : BranchGenerator(codegen), in TestAndBranch()154 class BranchIfNonZeroNumber : public BranchGenerator {158 : BranchGenerator(codegen), value_(value), scratch_(scratch) { } in BranchIfNonZeroNumber()181 class BranchIfHeapNumber : public BranchGenerator {184 : BranchGenerator(codegen), value_(value) { } in BranchIfHeapNumber()[all …]