Searched defs:register_no (Results 1 - 2 of 2) sorted by relevance

/art/compiler/sea_ir/ir/
H A Dsea.h53 // register @register_no which is the @signature_position-th argument to the method.
54 explicit SignatureNode(unsigned int register_no, unsigned int signature_position): argument
55 InstructionNode(NULL), register_no_(register_no), position_(signature_position) { }
82 explicit PhiInstructionNode(int register_no): argument
83 InstructionNode(NULL), register_no_(register_no), definition_edges_() {}
H A Dsea.cc185 int register_no = code_item->registers_size_ - crt_offset - 1; local
187 SignatureNode* parameter_def_node = new sea_ir::SignatureNode(register_no, position);

Completed in 53 milliseconds