Searched refs:rhs (Results 1 - 25 of 122) sorted by relevance

12345

/art/runtime/arch/arm64/
H A Dregisters_arm64.cc38 std::ostream& operator<<(std::ostream& os, const XRegister& rhs) { argument
39 if (rhs >= X0 && rhs < kNumberOfXRegisters) {
40 os << kRegisterNames[rhs];
42 os << "XRegister[" << static_cast<int>(rhs) << "]";
47 std::ostream& operator<<(std::ostream& os, const WRegister& rhs) { argument
48 if (rhs >= W0 && rhs < kNumberOfWRegisters) {
49 os << kWRegisterNames[rhs];
51 os << "WRegister[" << static_cast<int>(rhs) << "]";
56 operator <<(std::ostream& os, const DRegister& rhs) argument
65 operator <<(std::ostream& os, const SRegister& rhs) argument
[all...]
/art/runtime/arch/arm/
H A Dregisters_arm.cc28 std::ostream& operator<<(std::ostream& os, const Register& rhs) { argument
29 if (rhs >= R0 && rhs <= PC) {
30 os << kRegisterNames[rhs];
32 os << "Register[" << static_cast<int>(rhs) << "]";
37 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) { argument
38 if (rhs >= S0 && rhs < kNumberOfSRegisters) {
39 os << "s" << static_cast<int>(rhs);
41 os << "SRegister[" << static_cast<int>(rhs) << "]";
[all...]
/art/runtime/arch/mips/
H A Dregisters_mips.cc30 std::ostream& operator<<(std::ostream& os, const Register& rhs) { argument
31 if (rhs >= ZERO && rhs <= RA) {
32 os << kRegisterNames[rhs];
34 os << "Register[" << static_cast<int>(rhs) << "]";
39 std::ostream& operator<<(std::ostream& os, const FRegister& rhs) { argument
40 if (rhs >= F0 && rhs < kNumberOfFRegisters) {
41 os << "f" << static_cast<int>(rhs);
43 os << "FRegister[" << static_cast<int>(rhs) << "]";
[all...]
/art/runtime/arch/mips64/
H A Dregisters_mips64.cc31 std::ostream& operator<<(std::ostream& os, const GpuRegister& rhs) { argument
32 if (rhs >= ZERO && rhs < kNumberOfGpuRegisters) {
33 os << kRegisterNames[rhs];
35 os << "GpuRegister[" << static_cast<int>(rhs) << "]";
40 std::ostream& operator<<(std::ostream& os, const FpuRegister& rhs) { argument
41 if (rhs >= F0 && rhs < kNumberOfFpuRegisters) {
42 os << "f" << static_cast<int>(rhs);
44 os << "FpuRegister[" << static_cast<int>(rhs) << "]";
[all...]
/art/runtime/arch/x86_64/
H A Dregisters_x86_64.cc28 std::ostream& operator<<(std::ostream& os, const Register& rhs) { argument
29 if (rhs >= RAX && rhs <= R15) {
30 os << kRegisterNames[rhs];
32 os << "Register[" << static_cast<int>(rhs) << "]";
37 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs) { argument
38 if (rhs >= XMM0 && rhs <= XMM15) {
39 os << "xmm" << static_cast<int>(rhs);
41 os << "Register[" << static_cast<int>(rhs) << "]";
[all...]
H A Dregisters_x86_64.h50 std::ostream& operator<<(std::ostream& os, const Register& rhs);
71 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs);
/art/runtime/arch/x86/
H A Dregisters_x86.cc27 std::ostream& operator<<(std::ostream& os, const Register& rhs) { argument
28 if (rhs >= EAX && rhs <= EDI) {
29 os << kRegisterNames[rhs];
31 os << "Register[" << static_cast<int>(rhs) << "]";
H A Dregisters_x86.h42 std::ostream& operator<<(std::ostream& os, const Register& rhs);
/art/runtime/
H A Dclass_reference.h30 inline bool operator<(const ClassReference& lhs, const ClassReference& rhs) { argument
31 if (lhs.second < rhs.second) {
33 } else if (lhs.second > rhs.second) {
36 return (lhs.first < rhs.first);
H A Ddex_file-inl.h60 inline bool Signature::operator==(const Signature& rhs) const {
62 return rhs.dex_file_ == nullptr;
64 if (rhs.dex_file_ == nullptr) {
67 if (dex_file_ == rhs.dex_file_) {
68 return proto_id_ == rhs.proto_id_;
77 rhs.dex_file_->StringDataAndUtf16LengthByIdx(rhs.proto_id_->shorty_idx_,
87 rhs.dex_file_->GetTypeId(rhs.proto_id_->return_type_idx_);
89 rhs
[all...]
H A Dmapping_table.h96 bool operator==(const DexToPcIterator& rhs) const {
97 CHECK(table_ == rhs.table_);
98 return element_ == rhs.element_;
100 bool operator!=(const DexToPcIterator& rhs) const {
101 CHECK(table_ == rhs.table_);
102 return element_ != rhs.element_;
173 bool operator==(const PcToDexIterator& rhs) const {
174 CHECK(table_ == rhs.table_);
175 return element_ == rhs.element_;
177 bool operator!=(const PcToDexIterator& rhs) cons
[all...]
H A Dinvoke_type.h33 std::ostream& operator<<(std::ostream& os, const InvokeType& rhs);
H A Dthread_state.h52 std::ostream& operator<<(std::ostream& os, const ThreadState& rhs);
/art/compiler/linker/
H A Doutput_stream.cc21 std::ostream& operator<<(std::ostream& os, const Whence& rhs) { argument
22 switch (rhs) {
/art/test/083-compiler-regressions/src/
H A DZeroTests.java42 private static long longDiv(long lhs, long rhs) { argument
43 return lhs / rhs;
46 private static long longMod(long lhs, long rhs) { argument
47 return lhs % rhs;
/art/runtime/verifier/
H A Dreg_type-inl.h65 inline bool RegType::AssignableFrom(const RegType& lhs, const RegType& rhs, bool strict) { argument
66 if (lhs.Equals(rhs)) {
70 return rhs.IsBooleanTypes();
72 return rhs.IsByteTypes();
74 return rhs.IsShortTypes();
76 return rhs.IsCharTypes();
78 return rhs.IsIntegralTypes();
80 return rhs.IsFloatTypes();
82 return rhs.IsLongTypes();
84 return rhs
91 << lhs << "' := '" << rhs << "'"; local
[all...]
/art/runtime/base/
H A Ddumpable.h48 std::ostream& operator<<(std::ostream& os, const Dumpable<T>& rhs) { argument
49 rhs.Dump(os);
H A Dhex_dump.h48 inline std::ostream& operator<<(std::ostream& os, const HexDump& rhs) { argument
49 rhs.Dump(os);
H A Ddchecked_vector.h198 void swap(dchecked_vector<T, Alloc>& lhs, dchecked_vector<T, Alloc>& rhs) {
199 lhs.swap(rhs);
204 bool operator==(const dchecked_vector<T, Alloc>& lhs, const dchecked_vector<T, Alloc>& rhs) {
205 return lhs.size() == rhs.size() && std::equal(lhs.begin(), lhs.end(), rhs.begin());
208 bool operator!=(const dchecked_vector<T, Alloc>& lhs, const dchecked_vector<T, Alloc>& rhs) {
209 return !(lhs == rhs);
212 bool operator<(const dchecked_vector<T, Alloc>& lhs, const dchecked_vector<T, Alloc>& rhs) {
213 return std::lexicographical_compare(lhs.begin(), lhs.end(), rhs.begin(), rhs
[all...]
/art/runtime/gc/
H A Dallocator_type.h36 std::ostream& operator<<(std::ostream& os, const AllocatorType& rhs);
/art/compiler/
H A Dcompiled_method.h52 bool operator==(const CompiledCode& rhs) const;
100 inline bool operator<(const SrcMapElem& lhs, const SrcMapElem& rhs) { argument
101 if (lhs.from_ != rhs.from_) {
102 return lhs.from_ < rhs.from_;
104 return lhs.to_ < rhs.to_;
107 inline bool operator==(const SrcMapElem& lhs, const SrcMapElem& rhs) { argument
108 return lhs.from_ == rhs.from_ && lhs.to_ == rhs.to_;
347 friend bool operator==(const LinkerPatch& lhs, const LinkerPatch& rhs);
348 friend bool operator<(const LinkerPatch& lhs, const LinkerPatch& rhs);
352 operator ==(const LinkerPatch& lhs, const LinkerPatch& rhs) argument
360 operator <(const LinkerPatch& lhs, const LinkerPatch& rhs) argument
[all...]
/art/runtime/jdwp/
H A Djdwp_main.cc634 std::ostream& operator<<(std::ostream& os, const JdwpLocation& rhs) { argument
636 << Dbg::GetClassName(rhs.class_id) << "." << Dbg::GetMethodName(rhs.method_id)
637 << "@" << StringPrintf("%#" PRIx64, rhs.dex_pc) << " " << rhs.type_tag << "]";
641 bool operator==(const JdwpLocation& lhs, const JdwpLocation& rhs) { argument
642 return lhs.dex_pc == rhs.dex_pc && lhs.method_id == rhs.method_id &&
643 lhs.class_id == rhs.class_id && lhs.type_tag == rhs
646 operator !=(const JdwpLocation& lhs, const JdwpLocation& rhs) argument
650 operator ==(const JdwpOptions& lhs, const JdwpOptions& rhs) argument
[all...]
/art/compiler/utils/
H A Dswap_space.h71 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) { argument
72 if (lhs.first != rhs.first) {
73 return lhs.first < rhs.first;
75 return lhs.second->Start() < rhs.second->Start();
130 friend bool operator==(const SwapAllocator<U>& lhs, const SwapAllocator<U>& rhs);
208 friend bool operator==(const SwapAllocator<U>& lhs, const SwapAllocator<U>& rhs);
212 inline bool operator==(const SwapAllocator<T>& lhs, const SwapAllocator<T>& rhs) { argument
213 return lhs.swap_space_ == rhs.swap_space_;
217 inline bool operator!=(const SwapAllocator<T>& lhs, const SwapAllocator<T>& rhs) { argument
218 return !(lhs == rhs);
[all...]
/art/compiler/driver/
H A Dcompiled_method_storage_test.cc113 CompiledMethod* rhs = compiled_methods[j]; local
119 ASSERT_EQ(same_code, lhs->GetQuickCode().data() == rhs->GetQuickCode().data())
121 ASSERT_EQ(same_src_map, lhs->GetSrcMappingTable().data() == rhs->GetSrcMappingTable().data())
123 ASSERT_EQ(same_vmap_table, lhs->GetVmapTable().data() == rhs->GetVmapTable().data())
125 ASSERT_EQ(same_cfi_info, lhs->GetCFIInfo().data() == rhs->GetCFIInfo().data())
127 ASSERT_EQ(same_patches, lhs->GetPatches().data() == rhs->GetPatches().data())
/art/test/442-checker-constant-folding/src/
H A DMain.java714 long rhs = $inline$long(2L);
715 return lhs << rhs;
733 int rhs = $inline$int(2);
734 return lhs << rhs;
758 long rhs = $inline$long(2L);
759 return lhs >> rhs;
777 int rhs = $inline$int(2);
778 return lhs >> rhs;
802 long rhs = $inline$long(2L);
803 return lhs >>> rhs;
[all...]

Completed in 354 milliseconds

12345