Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 39) 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
Darena_containers.h71 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl&) = default; variable
79 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl&) = default; variable
111 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter&) = default; variable
147 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter&) = default; variable
Ddebug_stack.h59 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default; variable
68 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default; variable
Dscoped_arena_containers.h95 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable
138 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable
Darena_allocator.h82 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete; variable
98 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete; variable
Dtiming_logger.h51 bool operator()(const Histogram<uint64_t>* a, const Histogram<uint64_t>* b) const { in operator() function
Dhash_set.h68 BaseIterator& operator=(const BaseIterator&) = default; variable
69 BaseIterator& operator=(BaseIterator&&) = default; variable
/art/runtime/
Dstride_iterator.h29 StrideIterator& operator=(const StrideIterator&) = default; variable
30 StrideIterator& operator=(StrideIterator&&) = default; variable
Dutils.h274 inline void operator() (A a) const { in operator() function
279 inline void operator() (A a, B b) const { in operator() function
284 inline void operator() (A a, B b, C c) const { in operator() function
303 void operator()(const void* ptr) const { in operator() function
Doat.h168 OatMethodOffsets& operator=(const OatMethodOffsets&) = default; variable
183 OatQuickMethodHeader& operator=(const OatQuickMethodHeader&) = default; variable
Dmethod_reference.h35 bool operator()(MethodReference mr1, MethodReference mr2) const { in operator() function
/art/compiler/utils/
Dswap_space.h53 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function
86 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) { in operator() function
121 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
153 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
Dtest_dex_file_builder.h263 bool operator()(const FieldKey& lhs, const FieldKey& rhs) const { in operator() function
280 bool operator()(const ProtoKey& lhs, const ProtoKey& rhs) const { in operator() function
300 bool operator()(const MethodKey& lhs, const MethodKey& rhs) const { in operator() function
Ddedupe_set.h51 bool operator()(const HashedKey& a, const HashedKey& b) const { in operator() function
/art/runtime/mirror/
Dstring-inl.h44 void operator()(Object* obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
63 void operator()(Object* obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
90 void operator()(Object* obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
113 void operator()(Object* obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
Darray-inl.h103 void operator()(Object* obj, size_t usable_size) const in operator() function
128 void operator()(Object* obj, size_t usable_size) const in operator() function
/art/runtime/gc/accounting/
Datomic_stack.h43 bool operator()(const T* a, const StackReference<T>& b) const NO_THREAD_SAFETY_ANALYSIS { in operator() function
46 bool operator()(const StackReference<T>& a, const T* b) const NO_THREAD_SAFETY_ANALYSIS { in operator() function
50 bool operator()(const StackReference<T>& a, const StackReference<T>& b) const in operator() function
Dspace_bitmap.h109 void operator()(mirror::Object* obj) const { in operator() function
/art/runtime/gc/
Dtask_processor.h72 bool operator()(const HeapTask* a, const HeapTask* 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.h162 bool operator()(const RangeCheckKey& lhs, const RangeCheckKey& rhs) const { in operator() function
190 bool operator()(const EscapedIFieldClobberKey& lhs, const EscapedIFieldClobberKey& rhs) const { in operator() function
219 bool operator()(const EscapedArrayClobberKey& lhs, const EscapedArrayClobberKey& rhs) const { in operator() function
/art/cmdline/
Dcmdline_parser.h106 SaveDestination& operator=(const SaveDestination&) = delete; member
107 SaveDestination& operator=(SaveDestination&&) = delete; member
494 CmdlineParser& operator=(CmdlineParser&&) = default; member
/art/compiler/dex/quick/
Dresource_mask.h65 ResourceMask& operator=(const ResourceMask& other) = default; variable
/art/runtime/gc/allocator/
Drosalloc.h403 size_t operator()(const RosAlloc::Run* r) const { in operator() function
409 bool operator()(const RosAlloc::Run* r1, const RosAlloc::Run* r2) const { in operator() function
/art/compiler/optimizing/
Dstack_map_stream.h45 size_t operator()(DexRegisterLocation key) const { in operator() function

12