Searched defs:GetResultRegister (Results 1 - 3 of 3) sorted by relevance

/art/compiler/sea_ir/ir/
H A Dinstruction_nodes.h48 virtual int GetResultRegister() const;
134 int GetResultRegister() const { function in class:sea_ir::UnnamedConstInstructionNode
186 int GetResultRegister() const { function in class:sea_ir::InvokeStaticInstructionNode
H A Dsea.h57 int GetResultRegister() const { function in class:sea_ir::SignatureNode
H A Dsea.cc309 const int reg_def = (*inst_it)->GetResultRegister();
483 int reg_no = (*inst_it)->GetResultRegister();
646 int InstructionNode::GetResultRegister() const { function in class:sea_ir::InstructionNode
658 int result = GetResultRegister();

Completed in 111 milliseconds