/art/libartbase/base/ |
D | hash_map.h | 29 size_t operator()(const Key& key) const { in operator() function 33 size_t operator()(const std::pair<Key, Value>& pair) const { in operator() function 44 bool operator()(const std::pair<Key, Value>& a, const std::pair<Key, Value>& b) const { in operator() function 49 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 | 74 inline void operator() (A a ATTRIBUTE_UNUSED) const { in operator() function 78 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED) const { in operator() function 82 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED, C c ATTRIBUTE_UNUSED) const { in operator() function 107 uint32_t operator() () { return arc4random(); } in operator() function
|
D | scoped_arena_containers.h | 134 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable 177 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable 260 void operator()(T* ptr) const { in operator() function 276 void operator()(T* ptr ATTRIBUTE_UNUSED) const { in operator() function
|
D | arena_containers.h | 114 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl&) = default; variable 123 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl&) = default; variable 155 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter&) = default; variable 191 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter&) = default; variable
|
D | stl_util.h | 85 void operator()(const void* ptr) const { in operator() function 138 size_t operator()(const Vector& vector) const { in operator() function 294 constexpr bool operator()(Val v) const { in operator() function 336 SplitStringIter& operator=(SplitStringIter&&) = default; member 337 SplitStringIter& operator=(const SplitStringIter&) = default; member
|
D | debug_stack.h | 60 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default; variable 69 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default; variable
|
/art/runtime/ |
D | class_table-inl.h | 34 inline uint32_t ClassTable::ClassDescriptorHash::operator()(const TableSlot& slot) const { in operator() function 40 inline uint32_t ClassTable::ClassDescriptorHash::operator()(const DescriptorHashPair& pair) const { in operator() function 45 inline bool ClassTable::ClassDescriptorEquals::operator()(const TableSlot& a, in operator() function 60 inline bool ClassTable::ClassDescriptorEquals::operator()(const TableSlot& a, in operator() function
|
D | intern_table-inl.h | 44 inline size_t InternTable::StringHash::operator()(const GcRoot<mirror::String>& root) const { in operator() function 56 inline bool InternTable::StringEquals::operator()(const GcRoot<mirror::String>& a, in operator() function 65 inline bool InternTable::StringEquals::operator()(const GcRoot<mirror::String>& a, in operator() function
|
/art/dex2oat/linker/ |
D | code_info_table_deduper.h | 65 uint32_t operator()(const DedupeSetEntry& item) const { in operator() function 77 bool operator()(const DedupeSetEntry& lhs, const DedupeSetEntry& rhs) const { 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/optimizing/ |
D | execution_subgraph.h | 46 inline uint32_t operator()(const HBasicBlock* b) const { in operator() function 69 inline HBasicBlock* operator()(uint32_t id) const { in operator() function 83 bool operator()(const HBasicBlock* b) const { in operator() function 281 bool operator()(HBasicBlock* blk) const { in operator() function
|
D | escape.h | 36 bool operator()(HInstruction* user) { in operator() function 64 bool operator()(HInstruction* ref, HInstruction* user) { in operator() function
|
/art/compiler/utils/ |
D | swap_space.h | 65 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function 83 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) const { in operator() function 133 SwapAllocator& operator=(const SwapAllocator& other) = default; variable 169 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
|
/art/dexlayout/ |
D | compact_dex_writer.h | 62 bool operator()(const HashedMemoryRange& a, const HashedMemoryRange& b) const { in operator() function 73 size_t operator()(const HashedMemoryRange& range) const { in operator() function
|
/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/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
|
/art/runtime/mirror/ |
D | string-alloc-inl.h | 43 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
|
D | array-alloc-inl.h | 70 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/ |
D | library_namespaces.h | 48 LibraryNamespaces& operator=(const LibraryNamespaces&) = delete; variable
|
/art/libdexfile/dex/ |
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
|
/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
|