Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 25 of 59) sorted by relevance

123

/art/runtime/arch/arm64/
Dregisters_arm64.cc38 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/
Dregisters_mips64.cc31 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/
Dregisters_mips.cc30 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/
Dregisters_arm.cc28 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/
Dregisters_x86_64.cc28 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/
DZeroTests.java42 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/
DMain.java714 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/
Doutput_stream.cc21 std::ostream& operator<<(std::ostream& os, const Whence& rhs) { in operator <<()
/art/runtime/jdwp/
Djdwp_main.cc634 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/
Dregisters_x86.cc27 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<()
/art/compiler/utils/
Dintrusive_forward_list_test.cc34 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/
Dcompiler_filter.cc188 std::ostream& operator<<(std::ostream& os, const CompilerFilter::Filter& rhs) { in operator <<()
Dindirect_reference_table.cc53 std::ostream& operator<<(std::ostream& os, const MutatorLockedDumpable<T>& rhs) in operator <<()
Dindirect_reference_table.h244 bool equals(const IrtIterator& rhs) const { in equals()
Dsafe_map.h140 bool Equals(const Self& rhs) const { in Equals()
/art/runtime/verifier/
Dreg_type-inl.h65 inline bool RegType::AssignableFrom(const RegType& lhs, const RegType& rhs, bool strict) { in AssignableFrom()
/art/compiler/optimizing/
Dnodes.cc1309 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/
Dassembler_arm.cc40 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/
Dcompiled_method_storage_test.cc113 CompiledMethod* rhs = compiled_methods[j]; in TEST() local
/art/compiler/
Dcfi_test.h130 static bool CompareByAddress(const std::string& lhs, const std::string& rhs) { in CompareByAddress()
/art/runtime/arch/
Dinstruction_set_features.cc298 std::ostream& operator<<(std::ostream& os, const InstructionSetFeatures& rhs) { in operator <<()
/art/test/137-cfi/src/
DMain.java160 public int compare(Main lhs, Main rhs) { in compare()
/art/runtime/base/
Dstringpiece.h151 int Compare(const StringPiece& rhs) const { in Compare()
Ddchecked_vector.h198 void swap(dchecked_vector<T, Alloc>& lhs, dchecked_vector<T, Alloc>& rhs) { in swap()
Dlogging.h203 RHS rhs; member
208 static inline EagerEvaluator<LHS, RHS> MakeEagerEvaluator(LHS lhs, RHS rhs) { in MakeEagerEvaluator()

123