Home
last modified time | relevance | path

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

12

/art/compiler/dex/quick/
Dresource_mask.h97 constexpr ResourceMask Union(const ResourceMask& other) const { in Union()
101 constexpr ResourceMask Intersection(const ResourceMask& other) const { in Intersection()
105 constexpr ResourceMask Without(const ResourceMask& other) const { in Without()
109 constexpr bool Equals(const ResourceMask& other) const { in Equals()
113 constexpr bool Intersects(const ResourceMask& other) const { in Intersects()
123 ResourceMask& SetBits(const ResourceMask& other) { in SetBits()
129 ResourceMask& ClearBits(const ResourceMask& other) { in ClearBits()
/art/compiler/utils/
Dmanaged_register.h50 ManagedRegister(const ManagedRegister& other) : id_(other.id_) { } in ManagedRegister()
65 bool Equals(const ManagedRegister& other) const { in Equals()
92 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset) in ManagedRegisterSpill()
95 explicit ManagedRegisterSpill(const ManagedRegister& other) in ManagedRegisterSpill()
98 explicit ManagedRegisterSpill(const ManagedRegister& other, int32_t size) in ManagedRegisterSpill()
Dswap_space.h112 typedef SwapAllocator<U> other; typedef
118 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator()
144 typedef SwapAllocator<U> other; typedef
150 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator()
/art/runtime/base/
Dscoped_arena_containers.h77 typedef ScopedArenaAllocatorAdapter<U> other; typedef
88 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter()
120 typedef ScopedArenaAllocatorAdapter<U> other; typedef
131 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter()
Darena_containers.h97 typedef ArenaAllocatorAdapter<U> other; typedef
106 ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U>& other) in ArenaAllocatorAdapter()
134 typedef ArenaAllocatorAdapter<U> other; typedef
142 ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U>& other) in ArenaAllocatorAdapter()
Ddebug_stack.h94 DebugStackReferenceImpl(const DebugStackReferenceImpl& other) in DebugStackReferenceImpl()
116 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) in DebugStackIndirectTopRefImpl()
Dtiming_logger.h108 TimingData(TimingData&& other) { in TimingData() function
Dallocator.h130 typedef TrackingAllocatorImpl<U, kTag> other; typedef
/art/test/075-verification-error/src/other/
DInaccessibleMethod.java17 package other; package
DInaccessibleClass.java17 package other; package
DMutant.java17 package other; package
/art/test/075-verification-error/src2/other/
DInaccessibleMethod.java17 package other; package
DInaccessibleClass.java17 package other; package
DMutant.java17 package other; package
/art/test/401-optimizing-compiler/src/
DMain.java154 Object $opt$TestThisParameter(Object other) { in $opt$TestThisParameter()
159 Object $opt$TestOtherParameter(Object other) { in $opt$TestOtherParameter()
164 Object $opt$TestReturnNewObject(Object other) { in $opt$TestReturnNewObject()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DTypeList.java57 public boolean comesBefore(TypeList other) { in comesBefore()
/art/compiler/optimizing/
Dlocations.h87 Location(const Location& other) : ValueObject(), value_(other.value_) {} in Location()
281 bool Equals(Location other) const { in Equals()
285 bool Contains(Location other) const { in Contains()
294 bool OverlapsWith(Location other) const { in OverlapsWith()
Dnodes.h1072 SideEffects Union(SideEffects other) const { in Union()
1086 bool DependsOn(SideEffects other) const { in DependsOn()
1459 void ReplaceWithExceptInReplacementAtIndex(HInstruction* other, size_t use_index) { in ReplaceWithExceptInReplacementAtIndex()
1479 virtual bool InstructionTypeEquals(HInstruction* other) const { in InstructionTypeEquals()
1487 virtual bool InstructionDataEquals(HInstruction* other) const { in InstructionDataEquals()
1841 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals()
1909 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals()
2136 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals()
2223 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals()
2261 bool InstructionDataEquals(HInstruction* other) const OVERRIDE { in InstructionDataEquals()
[all …]
Dssa_liveness_analysis.h69 bool IntersectsWith(const LiveRange& other) const { in IntersectsWith()
74 bool IsBefore(const LiveRange& other) const { in IsBefore()
645 bool StartsBeforeOrAt(LiveInterval* other) const { in StartsBeforeOrAt()
649 bool StartsAfter(LiveInterval* other) const { in StartsAfter()
721 bool SameRegisterKind(const LiveInterval& other) const { in SameRegisterKind()
/art/tools/
Dchecker.py149 def __eq__(self, other): argument
153 def __ne__(self, other): argument
238 def __eq__(self, other): argument
371 def __eq__(self, other): argument
500 def __eq__(self, other): argument
/art/runtime/mirror/
Dobject_reference.h40 void Assign(MirrorType* other) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Assign()
/art/test/050-sync-test/src/
DMain.java139 SleepyThread(SleepyThread other) { in SleepyThread() method in SleepyThread
/art/runtime/verifier/
Dreg_type-inl.h28 inline bool RegType::CanAccess(const RegType& other) const { in CanAccess()
/art/compiler/dex/
Dmir_field_info.h82 void CheckEquals(const MirFieldInfo& other) const { in CheckEquals()
160 void CheckEquals(const MirIFieldLoweringInfo& other) const { in CheckEquals()
/art/runtime/
Dsafe_map.h69 void swap(Self& other) { map_.swap(other.map_); } in swap()

12