Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h23 class BranchGenerator; variable
145 const BranchGenerator& branch);
423 class BranchGenerator BASE_EMBEDDED {
425 explicit BranchGenerator(LCodeGen* codegen) in BranchGenerator() function
428 virtual ~BranchGenerator() { } in ~BranchGenerator()
Dlithium-codegen-arm64.cc73 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 …]