/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 | stride_iterator.h | 34 StrideIterator& operator=(const StrideIterator&) = default; variable 35 StrideIterator& operator=(StrideIterator&&) = default; variable
|
D | utils.h | 93 inline void operator() (A a ATTRIBUTE_UNUSED) const { in operator() function 97 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED) const { in operator() function 101 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED, C c ATTRIBUTE_UNUSED) const { in operator() function 164 uint32_t operator() () { return arc4random(); } in operator() function
|
D | debug_stack.h | 60 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default; variable 69 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default; variable
|
D | stl_util.h | 82 void operator()(const void* ptr) const { in operator() function 130 size_t operator()(const Vector& vector) const { in operator() function
|
D | scoped_flock.h | 78 void operator()(LockedFile* ptr) { in operator() function
|
/art/runtime/arch/ |
D | code_offset.h | 55 ALWAYS_INLINE CodeOffset& operator=(const CodeOffset&) = default; variable 56 ALWAYS_INLINE CodeOffset& operator=(CodeOffset&&) = default; variable
|
/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/runtime/base/ |
D | scoped_arena_containers.h | 120 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable 163 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable 246 void operator()(T* ptr) const { in operator() function 262 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
|
/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 | 141 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable 143 void operator()(T* ptr) const { in operator() function 161 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable 164 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/libdexfile/dex/ |
D | dex_file_verifier.h | 221 size_t operator()(const uint32_t key) const { in operator() function 225 bool operator()(const uint32_t a, const uint32_t b) const { in operator() function
|
D | string_reference.h | 48 bool operator()(const StringReference& sr1, const StringReference& sr2) const { in operator() function
|
D | type_reference.h | 44 bool operator()(const TypeReference& tr1, const TypeReference& tr2) 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/mirror/ |
D | string-inl.h | 57 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 77 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 113 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 144 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
|
/art/runtime/ |
D | intern_table.h | 171 std::size_t operator()(const Utf8String& key) const { in operator() function
|
/art/runtime/ti/ |
D | agent.h | 109 Agent& operator=(Agent&& other); variable
|