/art/runtime/arch/arm64/ |
D | registers_arm64.cc | 38 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 47 std::ostream& operator<<(std::ostream& os, const WRegister& rhs) { in operator <<() 56 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) { in operator <<() 65 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) { in operator <<()
|
/art/runtime/arch/mips/ |
D | registers_mips.cc | 30 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 39 std::ostream& operator<<(std::ostream& os, const FRegister& rhs) { in operator <<()
|
/art/runtime/arch/arm/ |
D | registers_arm.cc | 28 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 37 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) { in operator <<()
|
/art/runtime/arch/x86_64/ |
D | registers_x86_64.cc | 28 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 37 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs) { in operator <<()
|
/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/arch/x86/ |
D | registers_x86.cc | 27 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<()
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 601 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs) { in operator <<() 608 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator ==() 613 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator !=()
|
D | object_registry.cc | 27 std::ostream& operator<<(std::ostream& os, const ObjectRegistryEntry& rhs) { in operator <<()
|
/art/compiler/dex/ |
D | reg_storage.h | 133 bool ExactlyEquals(const RegStorage& rhs) const { in ExactlyEquals() 137 bool NotExactlyEquals(const RegStorage& rhs) const { in NotExactlyEquals()
|
/art/runtime/ |
D | indirect_reference_table.cc | 49 std::ostream& operator<<(std::ostream& os, const MutatorLockedDumpable<T>& rhs) in operator <<()
|
D | safe_map.h | 114 bool Equals(const Self& rhs) const { in Equals()
|
D | indirect_reference_table.h | 244 bool equals(const IrtIterator& rhs) const { in equals()
|
D | common_runtime_test.cc | 392 std::ostream& operator<<(std::ostream& os, const std::vector<T>& rhs) { in operator <<()
|
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 38 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 48 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) { in operator <<() 58 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) { in operator <<() 67 std::ostream& operator<<(std::ostream& os, const Condition& rhs) { in operator <<()
|
/art/runtime/mirror/ |
D | string.cc | 201 int32_t String::CompareTo(String* rhs) { in CompareTo()
|
/art/runtime/base/ |
D | logging.h | 156 RHS rhs; 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/disassembler/ |
D | disassembler_arm.cc | 169 std::ostream& operator<<(std::ostream& os, const ShiftedImmediate& rhs) { in operator <<() 178 std::ostream& operator<<(std::ostream& os, const RegisterList& rhs) { in operator <<() 219 std::ostream& operator<<(std::ostream& os, const FpRegister& rhs) { in operator <<() 229 std::ostream& operator<<(std::ostream& os, const FpRegisterRange& rhs) { in operator <<()
|
/art/runtime/verifier/ |
D | reg_type.cc | 709 static bool AssignableFrom(RegType& lhs, RegType& rhs, bool strict) in AssignableFrom() 1009 std::ostream& operator<<(std::ostream& os, const RegType& rhs) { in operator <<()
|
D | register_line.cc | 509 std::ostream& operator<<(std::ostream& os, const RegisterLine& rhs) in operator <<()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 67 String* rhs = reinterpret_cast<Object*>(args[0])->AsString(); in UnstartedRuntimeJni() local
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 412 Location rhs = condition->GetLocations()->InAt(1); in VisitIf() local
|
D | code_generator_x86.cc | 531 Location rhs = condition->GetLocations()->InAt(1); in VisitIf() local
|
/art/compiler/dex/quick/x86/ |
D | int_x86.cc | 2340 X86OpCode X86Mir2Lir::GetOpcode(Instruction::Code op, RegLocation dest, RegLocation rhs, in GetOpcode()
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 27 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) { in operator <<()
|