Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 27) sorted by relevance

12

/art/runtime/base/
Dhash_map.h31 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
Dtiming_logger.h51 bool operator()(const Histogram<uint64_t>* a, const Histogram<uint64_t>* b) const { in operator() function
Dhash_set.h68 Iterator& operator=(const Iterator&) = default; variable
/art/runtime/
Dstrutil.h26 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
Dmethod_reference.h35 bool operator()(MethodReference mr1, MethodReference mr2) const { in operator() function
Dprofiler.h72 bool operator()(StackTrieNode* node1, StackTrieNode* node2) const { in operator() function
/art/compiler/utils/
Darena_containers.h70 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
Dswap_space.h54 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
Ddebug_stack.h59 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default; variable
68 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default; variable
Dscoped_arena_containers.h89 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter& other) = default; variable
132 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter& other) = default; variable
Darena_allocator.h71 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete; variable
87 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete; variable
Ddedupe_set.h50 bool operator()(const HashedKey& a, const HashedKey& b) const { in operator() function
/art/runtime/gc/collector/
Dsemi_space-inl.h34 void operator()(const mirror::Object* obj) const { in operator() function
/art/compiler/dex/
Dlocal_value_numbering.h150 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
Dglobal_value_numbering.h118 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
Dmir_method_info.h76 MirMethodInfo& operator=(const MirMethodInfo& other) = default; variable
Dmir_field_info.h85 MirFieldInfo& operator=(const MirFieldInfo& other) = default; variable
/art/runtime/mirror/
Darray-inl.h87 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
Dclass-inl.h736 inline void Class::InitializeClassVisitor::operator()( in operator() function
/art/compiler/dex/quick/
Dresource_mask.h64 ResourceMask& operator=(const ResourceMask& other) = default; variable
/art/runtime/gc/accounting/
Dspace_bitmap.h109 void operator()(mirror::Object* obj) const { in operator() function
/art/runtime/gc/allocator/
Drosalloc.h379 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/
Doat_writer.h309 bool operator()(const CompiledMethod* lhs, const CompiledMethod* rhs) const { in operator() function
/art/compiler/driver/
Dcompiler_driver.h856 size_t operator()(const ArrayRef<const uint8_t>& array) const { in operator() function
/art/runtime/gc/
Dheap.h95 byte operator()(byte card) const { in operator() function

12