/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 | timing_logger.h | 51 bool operator()(const Histogram<uint64_t>* a, const Histogram<uint64_t>* b) const { in operator() function
|
D | hash_set.h | 68 Iterator& operator=(const Iterator&) = default; variable
|
/art/runtime/ |
D | strutil.h | 26 bool operator()(const char* s1, const char* s2) const { in operator() function 33 bool operator()(const char* s1, const char* s2) const { in operator() function
|
D | method_reference.h | 35 bool operator()(MethodReference mr1, MethodReference mr2) const { in operator() function
|
D | profiler.h | 72 bool operator()(StackTrieNode* node1, StackTrieNode* node2) const { in operator() function
|
/art/compiler/utils/ |
D | arena_containers.h | 70 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl& other) = default; variable 78 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl& other) = default; variable 113 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter& other) = default; variable 151 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter& other) = default; variable
|
D | swap_space.h | 54 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function 87 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) { in operator() function 122 SwapAllocator& operator=(const SwapAllocator& other) = default; variable 154 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
|
D | debug_stack.h | 59 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default; variable 68 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default; variable
|
D | scoped_arena_containers.h | 89 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter& other) = default; variable 132 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter& other) = default; variable
|
D | arena_allocator.h | 71 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete; variable 87 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete; variable
|
D | dedupe_set.h | 50 bool operator()(const HashedKey& a, const HashedKey& b) const { in operator() function
|
/art/runtime/gc/collector/ |
D | semi_space-inl.h | 34 void operator()(const mirror::Object* obj) const { in operator() function
|
/art/compiler/dex/ |
D | local_value_numbering.h | 150 bool operator()(const RangeCheckKey& lhs, const RangeCheckKey& rhs) const { in operator() function 178 bool operator()(const EscapedIFieldClobberKey& lhs, const EscapedIFieldClobberKey& rhs) const { in operator() function 207 bool operator()(const EscapedArrayClobberKey& lhs, const EscapedArrayClobberKey& rhs) const { in operator() function
|
D | global_value_numbering.h | 118 bool operator()(const FieldReference& lhs, const FieldReference& rhs) const { in operator() function 146 bool operator()(const ArrayLocation& lhs, const ArrayLocation& rhs) const { in operator() function
|
D | mir_method_info.h | 76 MirMethodInfo& operator=(const MirMethodInfo& other) = default; variable
|
D | mir_field_info.h | 85 MirFieldInfo& operator=(const MirFieldInfo& other) = default; variable
|
/art/runtime/mirror/ |
D | array-inl.h | 87 void operator()(Object* obj, size_t usable_size) const in operator() function 110 void operator()(Object* obj, size_t usable_size) const in operator() function
|
D | class-inl.h | 736 inline void Class::InitializeClassVisitor::operator()( in operator() function
|
/art/compiler/dex/quick/ |
D | resource_mask.h | 64 ResourceMask& operator=(const ResourceMask& other) = default; variable
|
/art/runtime/gc/accounting/ |
D | space_bitmap.h | 109 void operator()(mirror::Object* obj) const { in operator() function
|
/art/runtime/gc/allocator/ |
D | rosalloc.h | 379 size_t operator()(const RosAlloc::Run* r) const { in operator() function 385 bool operator()(const RosAlloc::Run* r1, const RosAlloc::Run* r2) const { in operator() function
|
/art/compiler/ |
D | oat_writer.h | 309 bool operator()(const CompiledMethod* lhs, const CompiledMethod* rhs) const { in operator() function
|
/art/compiler/driver/ |
D | compiler_driver.h | 856 size_t operator()(const ArrayRef<const uint8_t>& array) const { in operator() function
|
/art/runtime/gc/ |
D | heap.h | 95 byte operator()(byte card) const { in operator() function
|