Home
last modified time | relevance | path

Searched defs:GotoInstructionNode (Results 1 – 2 of 2) sorted by relevance

/art/compiler/sea_ir/ir/
Dvisitor.h36 class GotoInstructionNode; variable
Dinstruction_nodes.h230 explicit GotoInstructionNode(const art::Instruction* inst): InstructionNode(inst) { } in GotoInstructionNode() function