/art/libartbase/base/ |
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 | utils.h | 65 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
|
D | stride_iterator.h | 34 StrideIterator& operator=(const StrideIterator&) = default; variable 35 StrideIterator& operator=(StrideIterator&&) = default; variable
|
D | scoped_arena_containers.h | 128 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable 171 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable 254 void operator()(T* ptr) const { in operator() function 270 void operator()(T* ptr ATTRIBUTE_UNUSED) const { in operator() function
|
D | arena_containers.h | 110 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
|
D | stl_util.h | 81 void operator()(const void* ptr) const { in operator() function 129 size_t operator()(const Vector& vector) const { in operator() function
|
D | debug_stack.h | 60 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default; variable 69 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default; variable
|
D | scoped_flock.h | 78 void operator()(LockedFile* ptr) { in operator() function
|
/art/test/ti-agent/ |
D | jvmti_helper.h | 55 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable 57 void operator()(unsigned char* ptr) const { in operator() function
|
/art/compiler/utils/ |
D | swap_space.h | 64 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
|
/art/openjdkjvmti/ |
D | art_jvmti.h | 145 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
|
D | jvmti_weak_table.h | 199 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
|
D | jvmti_allocator.h | 66 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default; variable 103 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default; variable
|
/art/runtime/gc/ |
D | allocation_record.h | 126 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
|
D | task_processor.h | 72 bool operator()(const HeapTask* a, const HeapTask* b) const { in operator() function
|
/art/dexlayout/ |
D | compact_dex_writer.h | 63 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/ |
D | string-alloc-inl.h | 42 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 62 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 98 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 129 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
|
D | array-alloc-inl.h | 69 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 93 void operator()(ObjPtr<Object> obj, size_t usable_size) const in operator() function
|
/art/libdexfile/dex/ |
D | dex_file_verifier.h | 230 size_t operator()(const uint32_t key) const { in operator() function 234 bool operator()(const uint32_t a, const uint32_t b) const { in operator() function
|
D | type_reference.h | 44 bool operator()(const TypeReference& tr1, const TypeReference& tr2) const { in operator() function
|
D | string_reference.h | 48 bool operator()(const StringReference& sr1, const StringReference& sr2) const { in operator() function
|
D | dex_file_reference.h | 33 bool operator()(const DexFileReference& a, const DexFileReference& b) const { in operator() function
|
/art/runtime/gc/accounting/ |
D | atomic_stack.h | 52 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/verifier/ |
D | scoped_newline.h | 36 ScopedNewLine& operator=(ScopedNewLine&) = delete; member
|
/art/libartbase/base/unix_file/ |
D | fd_file.h | 52 FdFile& operator=(FdFile&& other) noexcept; variable
|