Home
last modified time | relevance | path

Searched defs:other (Results 101 – 125 of 160) sorted by relevance

1234567

/art/libartbase/base/unix_file/
Dfd_file.cc189 FdFile::FdFile(FdFile&& other) noexcept in FdFile() function in unix_file::FdFile
203 FdFile& FdFile::operator=(FdFile&& other) noexcept { in operator =()
617 int FdFile::Compare(FdFile* other) { in Compare()
/art/openjdkjvmti/
Dti_redefine.h140 ClassRedefinition(ClassRedefinition&& other) in ClassRedefinition() function
/art/tools/hiddenapi/
Dhiddenapi.cc340 bool ForEachResolvableMember(const DexMember& other, Fn fn) { in ForEachResolvableMember()
346 bool HasMatchingMember(const DexMember& other) { in HasMatchingMember()
364 bool ForEachResolvableMember_Impl(const DexMember& other, in ForEachResolvableMember_Impl()
410 bool ForEachMatchingMember(const DexMember& other, Fn fn) { in ForEachMatchingMember()
453 bool ForEachResolvableMember(const DexMember& other, Fn fn) { in ForEachResolvableMember()
/art/compiler/optimizing/
Dssa_liveness_analysis.h74 bool IntersectsWith(const LiveRange& other) const { in IntersectsWith()
79 bool IsBefore(const LiveRange& other) const { in IsBefore()
736 bool StartsBeforeOrAt(LiveInterval* other) const { in StartsBeforeOrAt()
740 bool StartsAfter(LiveInterval* other) const { in StartsAfter()
810 bool SameRegisterKind(const LiveInterval& other) const { in SameRegisterKind()
Dnodes_vector.h180 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals()
342 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals()
457 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals()
638 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals()
1028 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals()
1171 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals()
Dlocations.h313 bool Equals(Location other) const { in Equals()
317 bool Contains(Location other) const { in Contains()
326 bool OverlapsWith(Location other) const { in OverlapsWith()
Dscheduler.cc329 for (HInstruction* other = instruction->GetNext(); other != nullptr; other = other->GetNext()) { in AddDependencies() local
368 for (HInstruction* other = instruction->GetNext(); other != nullptr; other = other->GetNext()) { in AddDependencies() local
Dnodes.cc1280 void HInstruction::ReplaceWith(HInstruction* other) { in ReplaceWith()
1460 void HConstructorFence::Merge(HConstructorFence* other) { in Merge()
2266 void HBasicBlock::MergeInstructionsWith(HBasicBlock* other) { in MergeInstructionsWith()
2274 void HBasicBlock::MergeWith(HBasicBlock* other) { in MergeWith()
2319 void HBasicBlock::MergeWithInlined(HBasicBlock* other) { in MergeWithInlined()
2351 void HBasicBlock::ReplaceWith(HBasicBlock* other) { in ReplaceWith()
2855 bool HInstruction::HasAnyEnvironmentUseBefore(HInstruction* other) { in HasAnyEnvironmentUseBefore()
/art/runtime/gc/accounting/
Dspace_bitmap.h221 void CopyView(SpaceBitmap& other) { in CopyView()
/art/libartbase/base/
Dbit_vector.h107 BitVector(BitVector&& other) in BitVector() function
Dbit_table.h92 bool Equals(const BitTableBase& other) const { in Equals()
121 ALWAYS_INLINE bool Equals(const BitTableAccessor& other) { in Equals()
Dallocator.h130 typedef TrackingAllocatorImpl<U, kTag> other; typedef
Ddchecked_vector.h147 void swap(dchecked_vector& other) { Base::swap(other); } in swap()
Dtransform_array_ref.h75 TransformArrayRef(const TransformArrayRef<OtherBT, Function>& other) in TransformArrayRef()
Dmem_map.cc589 MemMap::MemMap(MemMap&& other) noexcept in MemMap() function in art::MemMap
644 void MemMap::swap(MemMap& other) { in swap()
668 void MemMap::SwapMembers(MemMap& other) { in SwapMembers()
Darena_allocator.cc107 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) { in Copy()
Dsafe_map.h70 void swap(Self& other) { map_.swap(other.map_); } in swap()
/art/runtime/
Dhandle.h60 ALWAYS_INLINE Handle(const Handle<Type>& other) : reference_(other.reference_) { in Handle()
Dhidden_api.cc249 bool MemberSignature::Equals(const MemberSignature& other) { in Equals()
256 bool MemberSignature::MemberNameAndTypeMatch(const MemberSignature& other) { in MemberNameAndTypeMatch()
/art/runtime/base/
Dtiming_logger.h128 TimingData(TimingData&& other) { in TimingData() function
/art/test/712-varhandle-invocations/util-src/
Dgenerate_java.py62 def __eq__(self, other): argument
68 def __le__(self, other): argument
/art/test/684-checker-simd-dotprod/src/other/
DTestVarious.java17 package other; package
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DDiff.java123 public boolean equals(Object other) { in equals()
/art/test/064-field-access/src/other/
DPublicClass.java17 package other; package
DProtectedClass.java17 package other; package

1234567