Searched defs:operator (Results 1 - 25 of 124) sorted by relevance

12345

/art/runtime/
H A Dstride_iterator.h29 StrideIterator& operator=(const StrideIterator&) = default;
30 StrideIterator& operator=(StrideIterator&&) = default;
36 bool operator==(const StrideIterator& other) const {
40 bool operator!=(const StrideIterator& other) const {
44 StrideIterator operator++() { // Value after modification.
49 StrideIterator operator++(int) {
55 T& operator*() const {
59 T* operator->() const {
H A Doffsets.cc23 std::ostream& operator<<(std::ostream& os, const Offset& offs) {
H A Dclass_reference.h30 inline bool operator<(const ClassReference& lhs, const ClassReference& rhs) {
H A Djobject_comparator.cc26 bool JobjectComparator::operator()(jobject jobj1, jobject jobj2) const {
H A Dprimitive.cc39 std::ostream& operator<<(std::ostream& os, const Primitive::Type& type) {
H A Doffsets.h43 std::ostream& operator<<(std::ostream& os, const Offset& offs);
49 bool operator>(FrameOffset other) const { return val_ > other.val_; }
50 bool operator<(FrameOffset other) const { return val_ < other.val_; }
H A Dmapping_table.h88 void operator++() {
96 bool operator==(const DexToPcIterator& rhs) const {
100 bool operator!=(const DexToPcIterator& rhs) const {
165 void operator++() {
173 bool operator==(const PcToDexIterator& rhs) const {
177 bool operator!=(const PcToDexIterator& rhs) const {
/art/compiler/dex/
H A Dreg_storage_eq.h28 inline bool operator==(const RegStorage& lhs, const RegStorage& rhs) {
32 inline bool operator!=(const RegStorage& lhs, const RegStorage& rhs) {
/art/compiler/
H A Doutput_stream.cc21 std::ostream& operator<<(std::ostream& os, const Whence& rhs) {
/art/runtime/base/
H A Dbit_vector-inl.h26 inline bool BitVector::IndexIterator::operator==(const IndexIterator& other) const {
32 inline uint32_t BitVector::IndexIterator::operator*() const {
37 inline BitVector::IndexIterator& BitVector::IndexIterator::operator++() {
43 inline BitVector::IndexIterator BitVector::IndexIterator::operator++(int) {
H A Darena_object.h31 void* operator new(size_t size, ArenaAllocator* allocator) {
35 static void* operator new(size_t size, ScopedArenaAllocator* arena) {
39 void operator delete(void*, size_t) {
52 void* operator new(size_t size, ArenaAllocator* allocator) {
56 static void* operator new(size_t size, ScopedArenaAllocator* arena) {
60 void operator delete(void*, size_t) {
H A Dstringpiece.h88 char operator[](size_type i) const {
92 char operator[](size_type i) const;
161 inline bool operator==(const StringPiece& x, const StringPiece& y) {
187 inline bool operator==(const StringPiece& x, const char* y) {
195 inline bool operator!=(const StringPiece& x, const StringPiece& y) {
199 inline bool operator!=(const StringPiece& x, const char* y) {
203 inline bool operator<(const StringPiece& x, const StringPiece& y) {
209 inline bool operator>(const StringPiece& x, const StringPiece& y) {
213 inline bool operator<=(const StringPiece& x, const StringPiece& y) {
217 inline bool operator>
[all...]
H A Dhash_map.h31 size_t operator()(const std::pair<Key, Value>& pair) const {
35 size_t operator()(const Key& key) const {
39 bool operator()(const std::pair<Key, Value>& a, const std::pair<Key, Value>& b) const {
43 bool operator()(const std::pair<Key, Value>& a, const Element& element) const {
/art/cmdline/detail/
H A Dcmdline_debug_detail.h31 // Ignore most of the normal operator<< usage.
33 debug_log_ignore& operator<<(const T&) { return *this; }
35 debug_log_ignore& operator<<(std::ostream& (*)(std::ostream&) ) { return *this; }
/art/cmdline/
H A Dunit.h29 bool operator==(Unit) const {
H A Dmemory_representation.h43 operator size_t() const { return Value; }
62 std::ostream& operator<<(std::ostream& stream, Memory<kDivisor> memory) {
/art/runtime/arch/arm/
H A Dregisters_arm.cc28 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
37 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) {
/art/runtime/arch/arm64/
H A Dregisters_arm64.cc38 std::ostream& operator<<(std::ostream& os, const XRegister& rhs) {
47 std::ostream& operator<<(std::ostream& os, const WRegister& rhs) {
56 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) {
65 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) {
/art/runtime/arch/mips/
H A Dregisters_mips.cc30 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
39 std::ostream& operator<<(std::ostream& os, const FRegister& rhs) {
/art/runtime/arch/mips64/
H A Dregisters_mips64.cc31 std::ostream& operator<<(std::ostream& os, const GpuRegister& rhs) {
40 std::ostream& operator<<(std::ostream& os, const FpuRegister& rhs) {
/art/runtime/arch/x86/
H A Dregisters_x86.cc27 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
/art/runtime/arch/x86_64/
H A Dregisters_x86_64.cc28 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
37 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs) {
/art/runtime/gc/
H A Dgc_cause.cc42 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) {
/art/compiler/utils/arm/
H A Dassembler_arm.cc38 std::ostream& operator<<(std::ostream& os, const Register& rhs) {
48 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) {
58 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) {
67 std::ostream& operator<<(std::ostream& os, const Condition& rhs) {
/art/compiler/utils/mips64/
H A Dmanaged_register_mips64.cc44 std::ostream& operator<<(std::ostream& os, const Mips64ManagedRegister& reg) {

Completed in 2220 milliseconds

12345