Home
last modified time | relevance | path

Searched refs:operator (Results 1 – 25 of 106) sorted by relevance

12345

/art/runtime/jdwp/
Djdwp_constants.h90 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/
Dallocation.h28 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()
Darena_bit_vector.h48 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()
Dswap_space.h48 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);
Darena_containers.h70 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,
Ddebug_stack.h59 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) {
Dscoped_arena_containers.h89 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,
Darray_ref.h97 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/
Dcompiler_enums.h275 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 …]
Dreg_storage_eq.h28 inline bool operator==(const RegStorage& lhs, const RegStorage& rhs) {
32 inline bool operator!=(const RegStorage& lhs, const RegStorage& rhs) {
Dlocal_value_numbering.h80 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/
Dstringpiece.h84 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);
Dhash_map.h31 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
Dhash_set.h68 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 …]
Dbit_vector.h51 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/
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 {
Doffsets.h42 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_; }
Dstrutil.h26 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
Dhandle.h44 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()
Dindirect_reference_table.h124 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) {
Dinstruction_set.h39 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/
Dregisters_arm64.h71 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/
Dconstants_x86_64.h46 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/
Dregisters_x86_64.h49 std::ostream& operator<<(std::ostream& os, const Register& rhs);
70 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs);
/art/runtime/arch/arm/
Dregisters_arm.h52 std::ostream& operator<<(std::ostream& os, const Register& rhs);
92 std::ostream& operator<<(std::ostream& os, const SRegister& rhs);

12345