HomeSort by relevance Sort by last modified time
    Searched refs:register_no (Results 1 - 2 of 2) sorted by null

  /art/compiler/sea_ir/ir/
sea.h 53 // register @register_no which is the @signature_position-th argument to the method.
54 explicit SignatureNode(unsigned int register_no, unsigned int signature_position):
55 InstructionNode(NULL), register_no_(register_no), position_(signature_position) { }
82 explicit PhiInstructionNode(int register_no):
83 InstructionNode(NULL), register_no_(register_no), definition_edges_() {}
sea.cc 185 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 470 milliseconds