Home
last modified time | relevance | path

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

123456

/art/runtime/
Dstride_iterator.h29 StrideIterator& operator=(const StrideIterator&) = default; variable
30 StrideIterator& operator=(StrideIterator&&) = default; variable
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 {
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.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_; }
Dimage.h32 ImageSection& operator=(const ImageSection& section) = default; variable
219 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageMethod& policy);
220 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageRoot& policy);
221 std::ostream& operator<<(std::ostream& os, const ImageHeader::ImageSections& section);
222 std::ostream& operator<<(std::ostream& os, const ImageSection& section);
Dhandle.h45 ALWAYS_INLINE Handle<T>& operator=(const Handle<T>& handle) {
53 ALWAYS_INLINE T& operator*() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SHARED_LOCKS_REQUIRED()
57 ALWAYS_INLINE T* operator->() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
115 ALWAYS_INLINE MutableHandle<T>& operator=(const MutableHandle<T>& handle)
117 Handle<T>::operator=(handle); in SHARED_LOCKS_REQUIRED()
Dindirect_reference_table.h121 std::ostream& operator<<(std::ostream& os, const IndirectRefKind& rhs);
235 IrtIterator& operator++() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
240 GcRoot<mirror::Object>* operator*() {
255 bool inline operator==(const IrtIterator& lhs, const IrtIterator& rhs) {
259 bool inline operator!=(const IrtIterator& lhs, const IrtIterator& rhs) {
/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/dex/
Dcompiler_enums.h31 std::ostream& operator<<(std::ostream& os, const RegisterClass& rhs);
41 std::ostream& operator<<(std::ostream& os, const BitsUsed& rhs);
80 std::ostream& operator<<(std::ostream& os, const SpecialTargetRegister& code);
88 std::ostream& operator<<(std::ostream& os, const RegLocationType& rhs);
98 std::ostream& operator<<(std::ostream& os, const BBType& code);
121 std::ostream& operator<<(std::ostream& os, const LIRPseudoOpcode& rhs);
372 std::ostream& operator<<(std::ostream& os, const BlockListType& rhs);
378 std::ostream& operator<<(std::ostream& os, const AssemblerStatus& rhs);
392 std::ostream& operator<<(std::ostream& os, const OpSize& kind);
433 std::ostream& operator<<(std::ostream& os, const OpKind& rhs);
[all …]
Dreg_storage_eq.h28 inline bool operator==(const RegStorage& lhs, const RegStorage& rhs) {
32 inline bool operator!=(const RegStorage& lhs, const RegStorage& rhs) {
/art/runtime/base/
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) {
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>=(const StringPiece& x, const StringPiece& y) {
[all …]
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) {
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
Darena_containers.h71 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl&) = default; variable
79 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl&) = default; variable
111 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter&) = default; variable
147 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter&) = default; variable
180 friend bool operator==(const ArenaAllocatorAdapter<U>& lhs,
185 inline bool operator==(const ArenaAllocatorAdapter<T>& lhs,
191 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) {
Dbit_vector.h51 bool operator==(const IndexIterator& other) const;
53 bool operator!=(const IndexIterator& other) const {
57 uint32_t operator*() const;
59 IndexIterator& operator++();
61 IndexIterator operator++(int);
Dscoped_arena_containers.h95 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable
138 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable
177 friend bool operator==(const ScopedArenaAllocatorAdapter<U>& lhs,
182 inline bool operator==(const ScopedArenaAllocatorAdapter<T>& lhs,
188 inline bool operator!=(const ScopedArenaAllocatorAdapter<T>& lhs,
/art/compiler/utils/
Dswap_space.h47 inline bool operator==(const SpaceChunk& lhs, const SpaceChunk& rhs) {
53 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function
86 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) { in operator() function
121 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
153 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
190 inline bool operator==(SwapAllocator const& other) {
193 inline bool operator!=(SwapAllocator const& other) {
194 return !operator==(other);
Darray_ref.h96 ArrayRef& operator=(const ArrayRef& other) {
104 operator=(const ArrayRef<U>& other) {
131 reference operator[](size_type n) {
136 const_reference operator[](size_type n) const {
170 bool operator==(const ArrayRef<T>& lhs, const ArrayRef<T>& rhs) {
175 bool operator!=(const ArrayRef<T>& lhs, const ArrayRef<T>& rhs) {
/art/runtime/arch/arm64/
Dregisters_arm64.h71 std::ostream& operator<<(std::ostream& os, const XRegister& 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/cmdline/detail/
Dcmdline_debug_detail.h33 debug_log_ignore& operator<<(const T&) { return *this; }
35 debug_log_ignore& operator<<(std::ostream& (*)(std::ostream&) ) { return *this; }
/art/compiler/utils/x86_64/
Dconstants_x86_64.h46 std::ostream& operator<<(std::ostream& os, const CpuRegister& reg);
64 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg);
78 std::ostream& operator<<(std::ostream& os, const X87Register& reg);
/art/runtime/arch/x86_64/
Dregisters_x86_64.h50 std::ostream& operator<<(std::ostream& os, const Register& rhs);
71 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs);
/art/cmdline/
Dmemory_representation.h43 operator size_t() const { return Value; } in size_t()
62 std::ostream& operator<<(std::ostream& stream, Memory<kDivisor> memory) {
/art/compiler/
Dcompiled_method.h52 bool operator==(const CompiledCode& rhs) const;
98 bool operator<(const SrcMapElem& other) const {
213 LinkerPatch& operator=(const LinkerPatch& other) = default; variable
287 friend bool operator==(const LinkerPatch& lhs, const LinkerPatch& rhs);
288 friend bool operator<(const LinkerPatch& lhs, const LinkerPatch& rhs);
291 inline bool operator==(const LinkerPatch& lhs, const LinkerPatch& rhs) {
299 inline bool operator<(const LinkerPatch& lhs, const LinkerPatch& rhs) {

123456