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

  /art/compiler/sea_ir/ir/
instruction_nodes.h 27 NO_REGISTER = -1, // Usually signifies that there is no register
47 // Returns the register that is defined by the current instruction, or NO_REGISTER otherwise.
sea.cc 310 if (reg_def != NO_REGISTER) {
485 if ((reg_no != NO_REGISTER) && (res == de_defs_.end())) {
650 return NO_REGISTER;
659 if (NO_REGISTER != result) {

Completed in 54 milliseconds