Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_riscv64.cc1682 Location right_location = locations->InAt(1); in GenerateIntLongCompareAndBranch() local
1683 if (right_location.IsConstant()) { in GenerateIntLongCompareAndBranch()
1684 DCHECK_EQ(CodeGenerator::GetInt64ValueOf(right_location.GetConstant()), 0); in GenerateIntLongCompareAndBranch()
1713 XRegister right_reg = right_location.AsRegister<XRegister>(); in GenerateIntLongCompareAndBranch()