Searched defs:other_instruction (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dcode_generator.h724 InstructionType* other_instruction = it.first; local
727 if (HaveSameLiveRegisters(instruction, other_instruction) &&
728 HaveSameStackMap(instruction, other_instruction)) {

Completed in 113 milliseconds