Searched defs:lhs (Results 1 – 6 of 6) 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()
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 613 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator ==() 618 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator !=()
|
/art/runtime/base/ |
D | logging.h | 139 LHS lhs; member 170 EagerEvaluator<LHS, RHS> MakeEagerEvaluator(LHS lhs, RHS rhs) { in MakeEagerEvaluator()
|
D | mutex.cc | 83 static bool ComputeRelativeTimeSpec(timespec* result_ts, const timespec& lhs, const timespec& rhs) { in ComputeRelativeTimeSpec()
|
/art/runtime/mirror/ |
D | string.cc | 263 const String* lhs = this; in CompareTo() local
|
/art/runtime/verifier/ |
D | reg_type.cc | 709 static bool AssignableFrom(const RegType& lhs, const RegType& rhs, bool strict) in AssignableFrom()
|