Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 36) sorted by relevance

12

/art/compiler/dex/quick/
Dresource_mask.h96 constexpr ResourceMask Union(const ResourceMask& other) const { in Union()
100 constexpr ResourceMask Intersection(const ResourceMask& other) const { in Intersection()
104 constexpr ResourceMask Without(const ResourceMask& other) const { in Without()
108 constexpr bool Equals(const ResourceMask& other) const { in Equals()
112 constexpr bool Intersects(const ResourceMask& other) const { in Intersects()
125 ResourceMask& SetBits(const ResourceMask& other) { in SetBits()
131 ResourceMask& ClearBits(const ResourceMask& other) { in ClearBits()
/art/compiler/utils/
Dmanaged_register.h47 ManagedRegister(const ManagedRegister& other) : id_(other.id_) { } in ManagedRegister()
61 bool Equals(const ManagedRegister& other) const { in Equals()
88 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset) in ManagedRegisterSpill()
91 explicit ManagedRegisterSpill(const ManagedRegister& other) in ManagedRegisterSpill()
94 explicit ManagedRegisterSpill(const ManagedRegister& other, int32_t size) in ManagedRegisterSpill()
Dscoped_arena_containers.h71 typedef ScopedArenaAllocatorAdapter<U> other; typedef
82 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter()
114 typedef ScopedArenaAllocatorAdapter<U> other; typedef
125 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter()
Darena_containers.h97 typedef ArenaAllocatorAdapter<U> other; typedef
107 ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U>& other) in ArenaAllocatorAdapter()
136 typedef ArenaAllocatorAdapter<U> other; typedef
145 ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U>& other) in ArenaAllocatorAdapter()
Dswap_space.h113 typedef SwapAllocator<U> other; typedef
119 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator()
145 typedef SwapAllocator<U> other; typedef
151 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator()
Ddebug_stack.h94 DebugStackReferenceImpl(const DebugStackReferenceImpl& other) in DebugStackReferenceImpl()
116 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) in DebugStackIndirectTopRefImpl()
Darena_allocator.h73 void Copy(const ArenaAllocatorStatsImpl& other) { UNUSED(other); } in Copy()
/art/test/075-verification-error/src2/other/
DInaccessibleMethod.java17 package other; package
DInaccessibleClass.java17 package other; package
DMutant.java17 package other; package
/art/test/075-verification-error/src/other/
DInaccessibleMethod.java17 package other; package
DInaccessibleClass.java17 package other; package
DMutant.java17 package other; package
/art/test/401-optimizing-compiler/src/
DMain.java136 Object $opt$TestThisParameter(Object other) { in $opt$TestThisParameter()
141 Object $opt$TestOtherParameter(Object other) { in $opt$TestOtherParameter()
146 Object $opt$TestReturnNewObject(Object other) { in $opt$TestReturnNewObject()
/art/compiler/optimizing/
Dssa_liveness_analysis.h64 bool IntersectsWith(const LiveRange& other) { in IntersectsWith()
69 bool IsBefore(const LiveRange& other) { in IsBefore()
259 size_t FirstIntersectionWith(LiveInterval* other) const { in FirstIntersectionWith()
401 bool StartsBefore(LiveInterval* other) const { in StartsBefore()
405 bool StartsAfter(LiveInterval* other) const { in StartsAfter()
Dlocations.h68 Location(const Location& other) : ValueObject(), value_(other.value_) {} in Location()
179 bool Equals(Location other) const { in Equals()
/art/runtime/mirror/
Dobject_reference.h40 void Assign(MirrorType* other) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Assign()
Dart_method-inl.h112 inline bool ArtMethod::HasSameDexCacheResolvedMethods(ArtMethod* other) { in HasSameDexCacheResolvedMethods()
141 inline bool ArtMethod::HasSameDexCacheResolvedTypes(ArtMethod* other) { in HasSameDexCacheResolvedTypes()
/art/runtime/
Dmethod_helper-inl.h29 inline bool MethodHelper::HasSameNameAndSignature(MethodHelper* other) { in HasSameNameAndSignature()
Dmethod_helper.cc39 bool MethodHelper::HasSameSignatureWithDifferentClassLoaders(MethodHelper* other) { in HasSameSignatureWithDifferentClassLoaders()
Dsafe_map.h68 void swap(Self& other) { map_.swap(other.map_); } in swap()
/art/test/050-sync-test/src/
DMain.java139 SleepyThread(SleepyThread other) { in SleepyThread() method in SleepyThread
/art/runtime/base/
Dhash_set.h129 HashSet(const HashSet& other) : num_elements_(0), num_buckets_(0), data_(nullptr) { in HashSet()
132 HashSet(HashSet&& other) : num_elements_(0), num_buckets_(0), data_(nullptr) { in HashSet() function
Dtiming_logger.h108 TimingData(TimingData&& other) { in TimingData() function
Dallocator.h118 typedef TrackingAllocatorImpl<U, kTag> other; typedef

12