Home
last modified time | relevance | path

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

123

/art/libartbase/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
Dstride_iterator.h34 StrideIterator& operator=(const StrideIterator&) = default; variable
35 StrideIterator& operator=(StrideIterator&&) = default; variable
Dutils.h93 inline void operator() (A a ATTRIBUTE_UNUSED) const { in operator() function
97 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED) const { in operator() function
101 inline void operator() (A a ATTRIBUTE_UNUSED, B b ATTRIBUTE_UNUSED, C c ATTRIBUTE_UNUSED) const { in operator() function
164 uint32_t operator() () { return arc4random(); } in operator() function
Ddebug_stack.h60 DebugStackReferenceImpl& operator=(const DebugStackReferenceImpl& other) = default; variable
69 DebugStackIndirectTopRefImpl& operator=(const DebugStackIndirectTopRefImpl& other) = default; variable
Dstl_util.h82 void operator()(const void* ptr) const { in operator() function
130 size_t operator()(const Vector& vector) const { in operator() function
Dscoped_flock.h78 void operator()(LockedFile* ptr) { in operator() function
/art/runtime/arch/
Dcode_offset.h55 ALWAYS_INLINE CodeOffset& operator=(const CodeOffset&) = default; variable
56 ALWAYS_INLINE CodeOffset& operator=(CodeOffset&&) = default; variable
/art/test/ti-agent/
Djvmti_helper.h55 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable
57 void operator()(unsigned char* ptr) const { in operator() function
/art/runtime/base/
Dscoped_arena_containers.h120 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable
163 ScopedArenaAllocatorAdapter& operator=(const ScopedArenaAllocatorAdapter&) = default; variable
246 void operator()(T* ptr) const { in operator() function
262 void operator()(T* ptr ATTRIBUTE_UNUSED) const { in operator() function
Darena_containers.h110 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl&) = default; variable
119 ArenaAllocatorAdapterKindImpl& operator=(const ArenaAllocatorAdapterKindImpl&) = default; variable
151 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter&) = default; variable
187 ArenaAllocatorAdapter& operator=(const ArenaAllocatorAdapter&) = default; variable
/art/compiler/utils/
Dswap_space.h64 bool operator()(const SpaceChunk& a, const SpaceChunk& b) const { in operator() function
82 bool operator()(const FreeBySizeEntry& lhs, const FreeBySizeEntry& rhs) const { in operator() function
132 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
168 SwapAllocator& operator=(const SwapAllocator& other) = default; variable
/art/openjdkjvmti/
Dart_jvmti.h141 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable
143 void operator()(T* ptr) const { in operator() function
161 JvmtiDeleter& operator=(const JvmtiDeleter&) = default; variable
164 void operator()(U* ptr) const { in operator() function
Djvmti_weak_table.h199 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
Djvmti_allocator.h66 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default; variable
103 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default; variable
/art/runtime/gc/
Dallocation_record.h126 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
Dtask_processor.h72 bool operator()(const HeapTask* a, const HeapTask* b) const { in operator() function
/art/dexlayout/
Dcompact_dex_writer.h63 bool operator()(const HashedMemoryRange& a, const HashedMemoryRange& b) const { in operator() function
74 size_t operator()(const HashedMemoryRange& range) const { in operator() function
/art/libdexfile/dex/
Ddex_file_verifier.h221 size_t operator()(const uint32_t key) const { in operator() function
225 bool operator()(const uint32_t a, const uint32_t b) const { in operator() function
Dstring_reference.h48 bool operator()(const StringReference& sr1, const StringReference& sr2) const { in operator() function
Dtype_reference.h44 bool operator()(const TypeReference& tr1, const TypeReference& tr2) const { in operator() function
Ddex_file_reference.h33 bool operator()(const DexFileReference& a, const DexFileReference& b) const { in operator() function
/art/runtime/gc/accounting/
Datomic_stack.h52 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
/art/runtime/mirror/
Dstring-inl.h57 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
77 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
113 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
144 void operator()(ObjPtr<Object> obj, size_t usable_size ATTRIBUTE_UNUSED) const in operator() function
/art/runtime/
Dintern_table.h171 std::size_t operator()(const Utf8String& key) const { in operator() function
/art/runtime/ti/
Dagent.h109 Agent& operator=(Agent&& other); variable

123