Searched refs:GotoInstructionNode (Results 1 - 7 of 7) sorted by relevance

/art/compiler/sea_ir/ir/
H A Dvisitor.h36 class GotoInstructionNode;
59 virtual void Visit(GotoInstructionNode* instruction) = 0;
77 virtual void Traverse(GotoInstructionNode* instruction) { }
H A Dinstruction_nodes.h228 class GotoInstructionNode: public InstructionNode { class in namespace:sea_ir
230 explicit GotoInstructionNode(const art::Instruction* inst): InstructionNode(inst) { } function in class:sea_ir::GotoInstructionNode
H A Dsea.cc629 sea_instructions.push_back(new GotoInstructionNode(in));
/art/compiler/sea_ir/types/
H A Dtype_inference_visitor.h56 void Visit(GotoInstructionNode* instruction) { }
/art/compiler/sea_ir/code_gen/
H A Dcode_gen.h119 void Visit(GotoInstructionNode* instruction) { }
142 void Visit(GotoInstructionNode* instruction) { }
162 void Visit(GotoInstructionNode* instruction);
H A Dcode_gen.cc230 void CodeGenVisitor::Visit(GotoInstructionNode* instruction) {
/art/compiler/sea_ir/debug/
H A Ddot_gen.h79 void Visit(GotoInstructionNode* instruction) {

Completed in 156 milliseconds