/art/runtime/jdwp/ |
D | jdwp_constants.h | 90 std::ostream& operator<<(std::ostream& os, const JdwpError& value); 102 std::ostream& operator<<(std::ostream& os, const JdwpClassStatus& value); 132 std::ostream& operator<<(std::ostream& os, const JdwpEventKind& value); 151 std::ostream& operator<<(std::ostream& os, const JdwpModKind& value); 160 std::ostream& operator<<(std::ostream& os, const JdwpInvokeOptions& value); 170 std::ostream& operator<<(std::ostream& os, const JdwpStepDepth& value); 179 std::ostream& operator<<(std::ostream& os, const JdwpStepSize& value); 189 std::ostream& operator<<(std::ostream& os, const JdwpSuspendPolicy& value); 198 std::ostream& operator<<(std::ostream& os, const JdwpSuspendStatus& value); 210 std::ostream& operator<<(std::ostream& os, const JdwpThreadStatus& value); [all …]
|
/art/compiler/utils/ |
D | allocation.h | 28 void* operator new(size_t size, ArenaAllocator* allocator) { in new() 32 void operator delete(void*, size_t) { in delete() 39 void* operator new(size_t size) { in new() 43 void operator delete(void*, size_t) { in delete()
|
D | arena_bit_vector.h | 48 std::ostream& operator<<(std::ostream& os, const OatBitMapKind& kind); 61 static void* operator new(size_t size, ArenaAllocator* arena) { in new() 64 static void* operator new(size_t size, ScopedArenaAllocator* arena) { in new() 67 static void operator delete(void* p) {} // Nop. in delete()
|
D | swap_space.h | 48 inline bool operator==(const SpaceChunk& lhs, const SpaceChunk& rhs) { 54 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function 87 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) { in operator() function 122 SwapAllocator& operator=(const SwapAllocator& other) = default; variable 154 SwapAllocator& operator=(const SwapAllocator& other) = default; variable 191 inline bool operator==(SwapAllocator const& other) { 194 inline bool operator!=(SwapAllocator const& other) { 195 return !operator==(other);
|
D | arena_containers.h | 70 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl& other) = default; variable 78 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl& other) = default; variable 113 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter& other) = default; variable 151 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter& other) = default; variable 183 friend bool operator==(const ArenaAllocatorAdapter<U>& lhs, 188 inline bool operator==(const ArenaAllocatorAdapter<T>& lhs, 194 inline bool operator!=(const ArenaAllocatorAdapter<T>& lhs,
|
D | debug_stack.h | 59 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default; variable 68 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default; variable 97 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) { 120 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) {
|
D | scoped_arena_containers.h | 89 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter& other) = default; variable 132 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter& other) = default; variable 168 friend bool operator==(const ScopedArenaAllocatorAdapter<U>& lhs, 173 inline bool operator==(const ScopedArenaAllocatorAdapter<T>& lhs, 179 inline bool operator!=(const ScopedArenaAllocatorAdapter<T>& lhs,
|
D | array_ref.h | 97 ArrayRef& operator=(const ArrayRef& other) { 105 operator=(const ArrayRef<U>& other) { 132 reference operator[](size_type n) { 137 const_reference operator[](size_type n) const {
|
/art/compiler/dex/ |
D | compiler_enums.h | 275 std::ostream& operator<<(std::ostream& os, const OpSize& kind); 333 std::ostream& operator<<(std::ostream& os, const OpKind& kind); 356 std::ostream& operator<<(std::ostream& os, const ConditionCode& kind); 378 std::ostream& operator<<(std::ostream& os, const ArmConditionCode& kind); 426 std::ostream& operator<<(std::ostream& os, const X86ConditionCode& kind); 435 std::ostream& operator<<(std::ostream& os, const DividePattern& pattern); 458 std::ostream& operator<<(std::ostream& os, const MemBarrierKind& kind); 522 std::ostream& operator<<(std::ostream& os, const SelectInstructionKind& kind); 543 std::ostream& operator<<(std::ostream& os, const FixupKind& kind); 550 std::ostream& operator<<(std::ostream& os, const VolatileKind& kind); [all …]
|
D | reg_storage_eq.h | 28 inline bool operator==(const RegStorage& lhs, const RegStorage& rhs) { 32 inline bool operator!=(const RegStorage& lhs, const RegStorage& rhs) {
|
D | local_value_numbering.h | 80 static void* operator new(size_t size, ScopedArenaAllocator* allocator) { in new() 85 static void operator delete(void* ptr) { UNUSED(ptr); } in delete() 144 bool operator==(const RangeCheckKey& other) const { 150 bool operator()(const RangeCheckKey& lhs, const RangeCheckKey& rhs) const { in operator() function 172 bool operator==(const EscapedIFieldClobberKey& other) const { 178 bool operator()(const EscapedIFieldClobberKey& lhs, const EscapedIFieldClobberKey& rhs) const { in operator() function 201 bool operator==(const EscapedArrayClobberKey& other) const { 207 bool operator()(const EscapedArrayClobberKey& lhs, const EscapedArrayClobberKey& rhs) const { in operator() function 248 bool operator==(const AliasingValues& other) const {
|
/art/runtime/base/ |
D | stringpiece.h | 84 char operator[](int i) const { return ptr_[i]; } 161 inline bool operator==(const StringPiece& x, const StringPiece& y) { 187 inline bool operator!=(const StringPiece& x, const StringPiece& y) { 191 inline bool operator<(const StringPiece& x, const StringPiece& y) { 197 inline bool operator>(const StringPiece& x, const StringPiece& y) { 201 inline bool operator<=(const StringPiece& x, const StringPiece& y) { 205 inline bool operator>=(const StringPiece& x, const StringPiece& y) { 209 extern std::ostream& operator<<(std::ostream& o, const StringPiece& piece);
|
D | hash_map.h | 31 size_t operator()(const std::pair<Key, Value>& pair) const { in operator() function 35 size_t operator()(const Key& key) const { in operator() function 39 bool operator()(const std::pair<Key, Value>& a, const std::pair<Key, Value>& b) const { in operator() function 43 bool operator()(const std::pair<Key, Value>& a, const Element& element) const { in operator() function
|
D | hash_set.h | 68 Iterator& operator=(const Iterator&) = default; variable 69 bool operator==(const Iterator& other) const { 72 bool operator!=(const Iterator& other) const { 75 Iterator operator++() { // Value after modification. 79 Iterator operator++(int) { 84 T& operator*() { 88 const T& operator*() const { 92 T* operator->() { 95 const T* operator->() const { 138 HashSet& operator=(HashSet&& other) { [all …]
|
D | bit_vector.h | 51 bool operator==(const IndexIterator& other) const { 57 bool operator!=(const IndexIterator& other) const { 61 int operator*() const { 66 IndexIterator& operator++() { 72 IndexIterator operator++(int) {
|
/art/runtime/ |
D | mapping_table.h | 88 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 {
|
D | offsets.h | 42 std::ostream& operator<<(std::ostream& os, const Offset& offs); 48 bool operator>(FrameOffset other) const { return val_ > other.val_; } 49 bool operator<(FrameOffset other) const { return val_ < other.val_; }
|
D | strutil.h | 26 bool operator()(const char* s1, const char* s2) const { in operator() function 33 bool operator()(const char* s1, const char* s2) const { in operator() function
|
D | handle.h | 44 ALWAYS_INLINE ConstHandle<T>& operator=(const ConstHandle<T>& handle) { 52 ALWAYS_INLINE T& operator*() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SHARED_LOCKS_REQUIRED() 56 ALWAYS_INLINE T* operator->() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { 111 ALWAYS_INLINE Handle<T>& operator=(const Handle<T>& handle) 113 ConstHandle<T>::operator=(handle); in SHARED_LOCKS_REQUIRED()
|
D | indirect_reference_table.h | 124 std::ostream& operator<<(std::ostream& os, const IndirectRefKind& rhs); 233 IrtIterator& operator++() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { 239 mirror::Object** operator*() { 263 bool inline operator==(const IrtIterator& lhs, const IrtIterator& rhs) { 267 bool inline operator!=(const IrtIterator& lhs, const IrtIterator& rhs) {
|
D | instruction_set.h | 39 std::ostream& operator<<(std::ostream& os, const InstructionSet& rhs); 213 bool operator==(const InstructionSetFeatures &peer) const { 217 bool operator!=(const InstructionSetFeatures &peer) const { 221 bool operator<=(const InstructionSetFeatures &peer) const {
|
/art/runtime/arch/arm64/ |
D | registers_arm64.h | 71 std::ostream& operator<<(std::ostream& os, const Register& rhs); 111 std::ostream& operator<<(std::ostream& os, const WRegister& rhs); 150 std::ostream& operator<<(std::ostream& os, const DRegister& rhs); 189 std::ostream& operator<<(std::ostream& os, const SRegister& rhs);
|
/art/compiler/utils/x86_64/ |
D | constants_x86_64.h | 46 std::ostream& operator<<(std::ostream& os, const CpuRegister& reg); 63 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg); 77 std::ostream& operator<<(std::ostream& os, const X87Register& reg);
|
/art/runtime/arch/x86_64/ |
D | registers_x86_64.h | 49 std::ostream& operator<<(std::ostream& os, const Register& rhs); 70 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs);
|
/art/runtime/arch/arm/ |
D | registers_arm.h | 52 std::ostream& operator<<(std::ostream& os, const Register& rhs); 92 std::ostream& operator<<(std::ostream& os, const SRegister& rhs);
|