Home
last modified time | relevance | path

Searched refs:HaveSameLiveRegisters (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.h850 if (HaveSameLiveRegisters(instruction, other_instruction) && in NewSlowPath()
870 bool HaveSameLiveRegisters(const InstructionType* i1, const InstructionType* i2) const { in HaveSameLiveRegisters() function