Home | History | Annotate | Download | only in arm64

Lines Matching refs:BranchGenerator

50 class BranchOnCondition : public BranchGenerator {
53 : BranchGenerator(codegen),
76 class CompareAndBranch : public BranchGenerator {
82 : BranchGenerator(codegen),
106 class TestAndBranch : public BranchGenerator {
112 : BranchGenerator(codegen),
154 class BranchIfNonZeroNumber : public BranchGenerator {
158 : BranchGenerator(codegen), value_(value), scratch_(scratch) { }
181 class BranchIfHeapNumber : public BranchGenerator {
184 : BranchGenerator(codegen), value_(value) { }
200 class BranchIfRoot : public BranchGenerator {
204 : BranchGenerator(codegen), value_(value), index_(index) { }
1376 const BranchGenerator& branch) {