Searched defs:lhs (Results 1 – 9 of 9) sorted by relevance
/art/test/083-compiler-regressions/src/ |
D | ZeroTests.java | 42 private static long longDiv(long lhs, long rhs) { in longDiv() 46 private static long longMod(long lhs, long rhs) { in longMod()
|
D | Main.java | 9674 private static void causeNPE1(LVNTests lhs, LVNTests rhs) { in causeNPE1() 9693 private static void causeNPE2(LVNTests lhs, LVNTests rhs) { in causeNPE2()
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 608 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator ==() 613 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator !=()
|
/art/runtime/mirror/ |
D | string.cc | 203 String* lhs = this; in CompareTo() local
|
/art/runtime/base/ |
D | logging.h | 155 LHS lhs; member 186 EagerEvaluator<LHS, RHS> MakeEagerEvaluator(LHS lhs, RHS rhs) { in MakeEagerEvaluator()
|
D | mutex.cc | 70 static bool ComputeRelativeTimeSpec(timespec* result_ts, const timespec& lhs, const timespec& rhs) { in ComputeRelativeTimeSpec()
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 403 Location lhs = if_instr->GetLocations()->InAt(0); in VisitIf() local 411 Location lhs = condition->GetLocations()->InAt(0); in VisitIf() local
|
D | code_generator_x86.cc | 522 Location lhs = if_instr->GetLocations()->InAt(0); in VisitIf() local 530 Location lhs = condition->GetLocations()->InAt(0); in VisitIf() local
|
/art/runtime/verifier/ |
D | reg_type.cc | 709 static bool AssignableFrom(RegType& lhs, RegType& rhs, bool strict) in AssignableFrom()
|