| /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&&) noexcept = default; variable
|
| D | utils.h | 78 inline void operator() (A a ATTRIBUTE_UNUSED) const { in operator() function 82 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED) const { in operator() function 86 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED, C c ATTRIBUTE_UNUSED) const { in operator() function 111 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 293 constexpr bool operator()(Val v) const { in operator() function 335 SplitStringIter& operator=(SplitStringIter&&) = default; member 336 SplitStringIter& operator=(const SplitStringIter&) = default; member
|
| D | scoped_cap.h | 34 ScopedCap& operator=(const ScopedCap&) = delete; 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
|
| D | reflective_handle.h | 39 ALWAYS_INLINE ReflectiveHandle<T>& operator=(const ReflectiveHandle<T>& handle) = default; variable 86 ALWAYS_INLINE MutableReflectiveHandle<T>& operator=(const MutableReflectiveHandle<T>& handle) variable
|
| /art/runtime/base/ |
| D | gc_visited_arena_pool.h | 186 bool operator()(const Chunk* a, const Chunk* b) const { in operator() function 194 bool operator()(const Chunk* a, const Chunk* b) const { in operator() function 202 bool operator()(const TrackedArena& a, const TrackedArena& b) const { 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/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/compiler/optimizing/ |
| D | escape.h | 38 bool operator()(HInstruction* user) { in operator() function 66 bool operator()(HInstruction* ref, HInstruction* user) { in operator() function
|
| D | execution_subgraph.h | 47 inline uint32_t operator()(const HBasicBlock* b) const { in operator() function 70 inline HBasicBlock* operator()(uint32_t id) const { in operator() function 84 bool operator()(const HBasicBlock* b) const { in operator() function 282 bool operator()(HBasicBlock* blk) const { in operator() function
|
| /art/dex2oat/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/openjdkjvmti/ |
| D | art_jvmti.h | 154 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable 156 void operator()(T* ptr) const { in operator() function 174 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable 177 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/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
|
| /art/runtime/mirror/ |
| D | string-alloc-inl.h | 44 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 64 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 135 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function 166 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 | 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
|