/art/runtime/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 | scoped_arena_containers.h | 97 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable 140 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable 223 void operator()(T* ptr) const { in operator() function 239 void operator()(T* ptr ATTRIBUTE_UNUSED) const { in operator() function
|
D | arena_containers.h | 92 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl&) = default; variable 101 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl&) = default; variable 133 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter&) = default; variable 169 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter&) = default; variable
|
D | stl_util.h | 102 void operator()(const void* ptr) const { in operator() function 154 bool operator()(const char* lhs, const char* rhs) const { in operator() function 164 size_t operator()(const Vector& vector) const { in operator() function
|
D | debug_stack.h | 59 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default; variable 68 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default; variable
|
D | timing_logger.h | 51 bool operator()(const Histogram<uint64_t>* a, const Histogram<uint64_t>* b) const { in operator() function
|
/art/runtime/ |
D | stride_iterator.h | 31 StrideIterator& operator=(const StrideIterator&) = default; variable 32 StrideIterator& operator=(StrideIterator&&) = default; variable
|
D | utils.h | 307 inline void operator() (A a ATTRIBUTE_UNUSED) const { in operator() function 311 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED) const { in operator() function 315 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED, C c ATTRIBUTE_UNUSED) const { in operator() function 380 uint32_t operator() () { return arc4random(); } in operator() function
|
D | dex_file_verifier.h | 195 size_t operator()(const uint32_t key) const { in operator() function 199 bool operator()(const uint32_t a, const uint32_t b) const { in operator() function
|
D | method_reference.h | 35 bool operator()(MethodReference mr1, MethodReference mr2) const { in operator() function
|
D | intern_table.h | 165 std::size_t operator()(const Utf8String& key) const { return key.GetHash(); } in operator() function
|
D | oat_quick_method_header.h | 54 OatQuickMethodHeader& operator=(const OatQuickMethodHeader&) = default; variable
|
D | common_runtime_test.h | 49 ScratchFile& operator=(ScratchFile&& other); variable
|
D | monitor.h | 358 MonitorInfo& operator=(const MonitorInfo&) = default; variable
|
D | oat.h | 178 OatMethodOffsets& operator=(const OatMethodOffsets&) = default; variable
|
/art/compiler/utils/ |
D | swap_space.h | 61 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function 71 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) { in operator() function 120 SwapAllocator& operator=(const SwapAllocator& other) = default; variable 155 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
|
D | string_reference.h | 39 bool operator()(StringReference sr1, StringReference sr2) const { in operator() function
|
D | test_dex_file_builder.h | 278 bool operator()(const FieldKey& lhs, const FieldKey& rhs) const { in operator() function 295 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() function 315 bool operator()(const MethodKey& lhs, const MethodKey& rhs) const { in operator() function
|
/art/runtime/gc/ |
D | allocation_record.h | 125 size_t operator()(const AllocRecordStackTraceElement& r) const { in operator() function 130 size_t operator()(const AllocRecordStackTrace& r) const { in operator() function 141 size_t operator()(const T* r) const { in operator() function 148 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/runtime/mirror/ |
D | string-inl.h | 46 void operator()(Object* obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 65 void operator()(Object* obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 92 void operator()(Object* obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 115 void operator()(Object* obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
|
D | array-inl.h | 103 void operator()(Object* obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 127 void operator()(Object* obj, size_t usable_size) const in operator() function
|
/art/runtime/gc/accounting/ |
D | atomic_stack.h | 42 bool operator()(const T* a, const StackReference<T>& b) const NO_THREAD_SAFETY_ANALYSIS { in operator() function 45 bool operator()(const StackReference<T>& a, const T* b) const NO_THREAD_SAFETY_ANALYSIS { in operator() function 49 bool operator()(const StackReference<T>& a, const StackReference<T>& b) const in operator() function
|
D | space_bitmap.h | 110 void operator()(mirror::Object* obj) const { in operator() function
|
/art/cmdline/ |
D | cmdline_parser.h | 106 SaveDestination& operator=(const SaveDestination&) = delete; member 107 SaveDestination& operator=(SaveDestination&&) = delete; member 494 CmdlineParser& operator=(CmdlineParser&&) = default; member
|