| /art/runtime/arch/arm64/ |
| D | registers_arm64.cc | 38 std::ostream& operator<<(std::ostream& os, const XRegister& 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/mips64/ |
| D | registers_mips64.cc | 31 std::ostream& operator<<(std::ostream& os, const GpuRegister& rhs) { in operator <<() 40 std::ostream& operator<<(std::ostream& os, const FpuRegister& 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/test/442-checker-constant-folding/src/ |
| D | Main.java | 714 long rhs = $inline$long(2L); in ShlIntLong() local 733 int rhs = $inline$int(2); in ShlLongInt() local 758 long rhs = $inline$long(2L); in ShrIntLong() local 777 int rhs = $inline$int(2); in ShrLongInt() local 802 long rhs = $inline$long(2L); in UShrIntLong() local 821 int rhs = $inline$int(2); in UShrLongInt() local 846 long rhs = $inline$long(3L); in AndIntLong() local 866 int rhs = $inline$int(3); in AndLongInt() local 891 long rhs = $inline$long(3L); in OrIntLong() local 911 int rhs = $inline$int(3); in OrLongInt() local [all …]
|
| /art/compiler/linker/ |
| D | output_stream.cc | 21 std::ostream& operator<<(std::ostream& os, const Whence& rhs) { in operator <<()
|
| /art/runtime/jdwp/ |
| D | jdwp_main.cc | 634 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs) { in operator <<() 641 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator ==() 646 bool operator!=(const JdwpLocation& lhs, const JdwpLocation& rhs) { in operator !=() 650 bool operator==(const JdwpOptions& lhs, const JdwpOptions& rhs) { in operator ==()
|
| /art/runtime/arch/x86/ |
| D | registers_x86.cc | 27 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<()
|
| /art/compiler/utils/ |
| D | intrusive_forward_list_test.cc | 34 bool operator==(const IFLTestValue& lhs, const IFLTestValue& rhs) { in operator ==() 38 bool operator<(const IFLTestValue& lhs, const IFLTestValue& rhs) { in operator <() 433 auto bin_pred = [](IFLTestValue lhs, IFLTestValue rhs) { in TEST() 481 auto cmp = [](IFLTestValue lhs, IFLTestValue rhs) { in TEST()
|
| /art/runtime/ |
| D | compiler_filter.cc | 188 std::ostream& operator<<(std::ostream& os, const CompilerFilter::Filter& rhs) { in operator <<()
|
| D | indirect_reference_table.cc | 53 std::ostream& operator<<(std::ostream& os, const MutatorLockedDumpable<T>& rhs) in operator <<()
|
| D | indirect_reference_table.h | 244 bool equals(const IrtIterator& rhs) const { in equals()
|
| D | safe_map.h | 140 bool Equals(const Self& rhs) const { in Equals()
|
| /art/runtime/verifier/ |
| D | reg_type-inl.h | 65 inline bool RegType::AssignableFrom(const RegType& lhs, const RegType& rhs, bool strict) { in AssignableFrom()
|
| /art/compiler/optimizing/ |
| D | nodes.cc | 1309 std::ostream& operator<<(std::ostream& os, const ComparisonBias& rhs) { in operator <<() 1341 std::ostream& operator<<(std::ostream& os, const HInstruction::InstructionKind& rhs) { in operator <<() 2304 std::ostream& operator<<(std::ostream& os, const ReferenceTypeInfo& rhs) { in operator <<() 2409 std::ostream& operator<<(std::ostream& os, HInvokeStaticOrDirect::MethodLoadKind rhs) { in operator <<() 2429 std::ostream& operator<<(std::ostream& os, HInvokeStaticOrDirect::ClinitCheckRequirement rhs) { in operator <<() 2477 std::ostream& operator<<(std::ostream& os, HLoadString::LoadKind rhs) { in operator <<() 2513 HInstruction* rhs = cond->InputAt(1); in InsertOppositeCondition() local 2547 std::ostream& operator<<(std::ostream& os, const MoveOperands& rhs) { in operator <<() 2562 std::ostream& operator<<(std::ostream& os, TypeCheckKind rhs) { in operator <<()
|
| /art/compiler/utils/arm/ |
| D | assembler_arm.cc | 40 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 50 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) { in operator <<() 60 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) { in operator <<() 69 std::ostream& operator<<(std::ostream& os, const Condition& rhs) { in operator <<() 935 [](const Label* lhs, const Label* rhs) { return lhs->Position() < rhs->Position(); })); in FinalizeTrackedLabels()
|
| /art/compiler/driver/ |
| D | compiled_method_storage_test.cc | 113 CompiledMethod* rhs = compiled_methods[j]; in TEST() local
|
| /art/compiler/ |
| D | cfi_test.h | 130 static bool CompareByAddress(const std::string& lhs, const std::string& rhs) { in CompareByAddress()
|
| /art/runtime/arch/ |
| D | instruction_set_features.cc | 298 std::ostream& operator<<(std::ostream& os, const InstructionSetFeatures& rhs) { in operator <<()
|
| /art/test/137-cfi/src/ |
| D | Main.java | 160 public int compare(Main lhs, Main rhs) { in compare()
|
| /art/runtime/base/ |
| D | stringpiece.h | 151 int Compare(const StringPiece& rhs) const { in Compare()
|
| D | dchecked_vector.h | 198 void swap(dchecked_vector<T, Alloc>& lhs, dchecked_vector<T, Alloc>& rhs) { in swap()
|
| D | logging.h | 203 RHS rhs; member 208 static inline EagerEvaluator<LHS, RHS> MakeEagerEvaluator(LHS lhs, RHS rhs) { in MakeEagerEvaluator()
|