/art/compiler/dex/quick/ |
D | resource_mask.h | 96 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/ |
D | managed_register.h | 47 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()
|
D | scoped_arena_containers.h | 71 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()
|
D | arena_containers.h | 97 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()
|
D | swap_space.h | 113 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()
|
D | debug_stack.h | 94 DebugStackReferenceImpl(const DebugStackReferenceImpl& other) in DebugStackReferenceImpl() 116 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) in DebugStackIndirectTopRefImpl()
|
D | arena_allocator.h | 73 void Copy(const ArenaAllocatorStatsImpl& other) { UNUSED(other); } in Copy()
|
/art/test/075-verification-error/src2/other/ |
D | InaccessibleMethod.java | 17 package other; package
|
D | InaccessibleClass.java | 17 package other; package
|
D | Mutant.java | 17 package other; package
|
/art/test/075-verification-error/src/other/ |
D | InaccessibleMethod.java | 17 package other; package
|
D | InaccessibleClass.java | 17 package other; package
|
D | Mutant.java | 17 package other; package
|
/art/test/401-optimizing-compiler/src/ |
D | Main.java | 136 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/ |
D | ssa_liveness_analysis.h | 64 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()
|
D | locations.h | 68 Location(const Location& other) : ValueObject(), value_(other.value_) {} in Location() 179 bool Equals(Location other) const { in Equals()
|
/art/runtime/mirror/ |
D | object_reference.h | 40 void Assign(MirrorType* other) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Assign()
|
D | art_method-inl.h | 112 inline bool ArtMethod::HasSameDexCacheResolvedMethods(ArtMethod* other) { in HasSameDexCacheResolvedMethods() 141 inline bool ArtMethod::HasSameDexCacheResolvedTypes(ArtMethod* other) { in HasSameDexCacheResolvedTypes()
|
/art/runtime/ |
D | method_helper-inl.h | 29 inline bool MethodHelper::HasSameNameAndSignature(MethodHelper* other) { in HasSameNameAndSignature()
|
D | method_helper.cc | 39 bool MethodHelper::HasSameSignatureWithDifferentClassLoaders(MethodHelper* other) { in HasSameSignatureWithDifferentClassLoaders()
|
D | safe_map.h | 68 void swap(Self& other) { map_.swap(other.map_); } in swap()
|
/art/test/050-sync-test/src/ |
D | Main.java | 139 SleepyThread(SleepyThread other) { in SleepyThread() method in SleepyThread
|
/art/runtime/base/ |
D | hash_set.h | 129 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
|
D | timing_logger.h | 108 TimingData(TimingData&& other) { in TimingData() function
|
D | allocator.h | 118 typedef TrackingAllocatorImpl<U, kTag> other; typedef
|