Searched refs:right_location (Results 1 – 1 of 1) sorted by relevance
1682 Location right_location = locations->InAt(1); in GenerateIntLongCompareAndBranch() local1683 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()