Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 70) sorted by relevance

123

/art/libartbase/base/
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
Dstride_iterator.h34 StrideIterator& operator=(const StrideIterator&) = default; variable
35 StrideIterator& operator=(StrideIterator&&) = default; variable
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
Dscoped_arena_containers.h130 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable
173 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable
256 void operator()(T* ptr) const { in operator() function
272 void operator()(T* ptr ATTRIBUTE_UNUSED) const { in operator() function
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
Ddebug_stack.h60 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default; variable
69 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default; variable
Dscoped_flock.h78 void operator()(LockedFile* ptr) { in operator() function
/art/test/ti-agent/
Djvmti_helper.h55 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable
57 void operator()(unsigned char* ptr) const { in operator() function
/art/compiler/utils/
Dswap_space.h64 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function
82 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) const { in operator() function
132 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
168 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
Dmanaged_register.h49 ManagedRegister& operator=(const ManagedRegister& other) = default; variable
/art/runtime/gc/
Dallocation_record.h126 size_t operator()(const AllocRecordStackTraceElement& r) const { in operator() function
131 size_t operator()(const AllocRecordStackTrace& r) const { in operator() function
142 size_t operator()(const T* r) const { in operator() function
149 bool operator()(const T* r1, const T* r2) const { in operator() function
Dtask_processor.h72 bool operator()(const HeapTask* a, const HeapTask* b) const { in operator() function
/art/openjdkjvmti/
Dart_jvmti.h145 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable
147 void operator()(T* ptr) const { in operator() function
165 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable
168 void operator()(U* ptr) const { in operator() function
Djvmti_weak_table.h199 size_t operator()(const art::GcRoot<art::mirror::Object>& r) const in operator() function
206 bool operator()(const art::GcRoot<art::mirror::Object>& r1, in operator() function
Djvmti_allocator.h66 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default; variable
103 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default; variable
/art/dexlayout/
Dcompact_dex_writer.h63 bool operator()(const HashedMemoryRange& a, const HashedMemoryRange& b) const { in operator() function
74 size_t operator()(const HashedMemoryRange& range) const { in operator() function
/art/runtime/mirror/
Dstring-alloc-inl.h43 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
63 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
99 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
130 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
Darray-alloc-inl.h70 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
94 void operator()(ObjPtr<Object> obj, size_t usable_size) const in operator() function
/art/libnativeloader/
Dlibrary_namespaces.h48 LibraryNamespaces& operator=(const LibraryNamespaces&) = delete; variable
/art/libdexfile/dex/
Dtype_reference.h44 bool operator()(const TypeReference& tr1, const TypeReference& tr2) const { in operator() function
Dstring_reference.h48 bool operator()(const StringReference& sr1, const StringReference& sr2) const { in operator() function
Ddex_file_reference.h33 bool operator()(const DexFileReference& a, const DexFileReference& b) const { in operator() function
/art/runtime/gc/accounting/
Datomic_stack.h52 bool operator()(const T* a, const StackReference<T>& b) const NO_THREAD_SAFETY_ANALYSIS { in operator() function
55 bool operator()(const StackReference<T>& a, const T* b) const NO_THREAD_SAFETY_ANALYSIS { in operator() function
59 bool operator()(const StackReference<T>& a, const StackReference<T>& b) const in operator() function
/art/runtime/
Dreflective_reference.h37 ReflectiveReference<ReflectiveType>& operator=(const ReflectiveReference<ReflectiveType>& t) = variable
/art/runtime/verifier/
Dscoped_newline.h36 ScopedNewLine& operator=(ScopedNewLine&) = delete; member

123