Home
last modified time | relevance | path

Searched refs:operator (Results 26 – 50 of 195) sorted by relevance

12345678

/art/runtime/verifier/
Dscoped_newline.h36 ScopedNewLine& operator=(ScopedNewLine&) = delete; member
45 ScopedNewLine& operator<<(const T& t) {
51 ScopedNewLine& operator<<(std::ostream& (*f)(std::ostream&)) {
Dverifier_enums.h39 std::ostream& operator<<(std::ostream& os, FailureKind rhs);
65 std::ostream& operator<<(std::ostream& os, MethodType rhs);
104 std::ostream& operator<<(std::ostream& os, VerifyError rhs);
/art/libartbase/base/
Dmacros.h39 NO_RETURN ALWAYS_INLINE void operator delete(void*, size_t) { UNREACHABLE(); } \
40 ALWAYS_INLINE void* operator new(size_t, void* ptr) noexcept { return ptr; } \
41 ALWAYS_INLINE void operator delete(void*, void*) noexcept { } \
43 void* operator new(size_t) = delete // NOLINT
Dbit_vector-inl.h28 inline bool BitVector::IndexIterator::operator==(const IndexIterator& other) const {
34 inline uint32_t BitVector::IndexIterator::operator*() const {
39 inline BitVector::IndexIterator& BitVector::IndexIterator::operator++() {
45 inline BitVector::IndexIterator BitVector::IndexIterator::operator++(int) {
Dintrusive_forward_list.h40 IntrusiveForwardListHook& operator=(const IntrusiveForwardListHook& src ATTRIBUTE_UNUSED) {
68 IntrusiveForwardListIterator& operator=(const IntrusiveForwardListIterator& src) = default; variable
77 IntrusiveForwardListIterator& operator++() {
82 IntrusiveForwardListIterator operator++(int) {
89 T& operator*() const {
93 T* operator->() const {
110 operator==(const IntrusiveForwardListIterator<OtherT1, OtherTraits>& lhs,
115 typename std::enable_if<std::is_same<const T, const OtherT>::value, bool>::type operator==(
122 typename std::enable_if<std::is_same<const T, const OtherT>::value, bool>::type operator!=(
155 IntrusiveForwardList& operator=(const IntrusiveForwardList& src) = delete; variable
[all …]
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
Dbit_vector.h52 bool operator==(const IndexIterator& other) const;
54 bool operator!=(const IndexIterator& other) const {
58 uint32_t operator*() const;
60 IndexIterator& operator++();
62 IndexIterator operator++(int);
105 BitVector& operator=(const BitVector& other) = delete; variable
Ddebug_stack.h60 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default; variable
69 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default; variable
102 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) {
129 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) {
Darena_containers.h110 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl&) = default; variable
119 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl&) = default; variable
151 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter&) = default; variable
187 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter&) = default; variable
222 friend bool operator==(const ArenaAllocatorAdapter<U>& lhs,
227 inline bool operator==(const ArenaAllocatorAdapter<T>& lhs,
233 inline bool operator!=(const ArenaAllocatorAdapter<T>& lhs,
Darray_ref.h97 ArrayRef& operator=(const ArrayRef& other) {
105 operator=(const ArrayRef<U>& other) {
138 reference operator[](size_type n) {
143 const_reference operator[](size_type n) const {
197 bool operator==(const ArrayRef<T>& lhs, const ArrayRef<T>& rhs) {
202 bool operator!=(const ArrayRef<T>& lhs, const ArrayRef<T>& rhs) {
Dutils.h65 inline void operator() (A a ATTRIBUTE_UNUSED) const { in operator() function
69 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED) const { in operator() function
73 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED, C c ATTRIBUTE_UNUSED) const { in operator() function
98 uint32_t operator() () { return arc4random(); } in operator() function
/art/runtime/
Dplugin.h75 friend std::ostream& operator<<(std::ostream &os, Plugin const& m);
78 std::ostream& operator<<(std::ostream &os, Plugin const& m);
79 std::ostream& operator<<(std::ostream &os, const Plugin* m);
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 {
Dhandle.h56 ALWAYS_INLINE Handle<T>& operator=(const Handle<T>& handle) = default; variable
66 ALWAYS_INLINE T& operator*() const REQUIRES_SHARED(Locks::mutator_lock_) { in REQUIRES_SHARED()
70 ALWAYS_INLINE T* operator->() const REQUIRES_SHARED(Locks::mutator_lock_) {
112 ALWAYS_INLINE bool operator!=(std::nullptr_t) const REQUIRES_SHARED(Locks::mutator_lock_) {
116 ALWAYS_INLINE bool operator==(std::nullptr_t) const REQUIRES_SHARED(Locks::mutator_lock_) {
153 ALWAYS_INLINE MutableHandle<T>& operator=(const MutableHandle<T>& handle)
/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.h47 std::ostream& operator<<(std::ostream& os, const CpuRegister& reg);
62 bool operator==(XmmRegister& other) {
68 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg);
82 std::ostream& operator<<(std::ostream& os, const X87Register& reg);
/art/libdexfile/dex/
Dclass_accessor.h204 DataIterator& operator++() {
210 const value_type& operator*() const {
214 const value_type* operator->() const {
218 bool operator==(const DataIterator& rhs) const {
223 bool operator!=(const DataIterator& rhs) const {
227 bool operator<(const DataIterator& rhs) const {
232 bool operator>(const DataIterator& rhs) const {
236 bool operator<=(const DataIterator& rhs) const {
240 bool operator>=(const DataIterator& rhs) const {
/art/compiler/debug/
Dsrc_map_elem.h30 inline bool operator<(const SrcMapElem& lhs, const SrcMapElem& rhs) {
37 inline bool operator==(const SrcMapElem& lhs, const SrcMapElem& rhs) {
/art/runtime/arch/x86/
Dregisters_x86.h40 std::ostream& operator<<(std::ostream& os, const Register& rhs);
54 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg);
/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/runtime/arch/x86_64/
Dregisters_x86_64.h48 std::ostream& operator<<(std::ostream& os, const Register& rhs);
69 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs);
/art/test/ti-agent/
Djvmti_helper.h55 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable
57 void operator()(unsigned char* ptr) const { in operator() function
80 std::ostream& operator<<(std::ostream& os, const jvmtiError& 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/runtime/mirror/
Dobject_array.h169 Iter& operator=(const Iter& other) = default; variable
171 bool operator!=(const Iter& other) const NO_THREAD_SAFETY_ANALYSIS {
175 bool operator==(const Iter& other) const NO_THREAD_SAFETY_ANALYSIS {
178 Iter& operator++() NO_THREAD_SAFETY_ANALYSIS {
183 Iter operator++(int) NO_THREAD_SAFETY_ANALYSIS {
189 ObjPtr<T> operator->() const NO_THREAD_SAFETY_ANALYSIS {
193 ObjPtr<T> operator*() const NO_THREAD_SAFETY_ANALYSIS {
/art/runtime/arch/arm/
Dregisters_arm.h53 std::ostream& operator<<(std::ostream& os, const Register& rhs);
93 std::ostream& operator<<(std::ostream& os, const SRegister& rhs);

12345678