Home
last modified time | relevance | path

Searched defs:other (Results 76 – 100 of 160) sorted by relevance

1234567

/art/compiler/optimizing/
Dgvn.cc53 ValueSet(ScopedArenaAllocator* allocator, const ValueSet& other) in ValueSet()
64 void PopulateFrom(const ValueSet& other) { in PopulateFrom()
75 bool CanHoldCopyOf(const ValueSet& other, bool exact_match) { in CanHoldCopyOf()
161 void PopulateFromInternal(const ValueSet& other) { in PopulateFromInternal()
Dnodes_shared.h49 bool InstructionDataEquals(const HInstruction* other) const override { in InstructionDataEquals()
218 const HDataProcWithShifterOp* other = other_instr->AsDataProcWithShifterOp(); in InstructionDataEquals() local
Dscheduler_test.cc362 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateDataDependency() local
376 const SchedulingNode* other = GetNode(other_instruction); in HasImmediateOtherDependency() local
/art/compiler/utils/
Dmanaged_register.h57 constexpr bool Equals(const ManagedRegister& other) const { in Equals()
/art/test/1903-suspend-self/src/art/
DTest1903.java66 Thread other = new Thread(new OtherThread(), "TARGET THREAD"); in run() local
/art/tools/class2greylist/src/com/android/class2greylist/
DPackageAndClassName.java53 PackageAndClassName other = (PackageAndClassName) obj; in equals() local
DApiComponents.java307 ApiComponents other = (ApiComponents) obj; in equals() local
323 public boolean equalsIgnoringParam(ApiComponents other) { in equalsIgnoringParam()
/art/test/661-oat-writer-layout/src/
DMain.java35 public int compareTo(OatMethodAndOffset other) { in compareTo()
/art/runtime/ti/
Dagent.cc183 Agent::Agent(Agent&& other) noexcept in Agent() function in art::ti::Agent
191 Agent& Agent::operator=(Agent&& other) noexcept { in operator =()
/art/runtime/
Dplugin.cc33 Plugin::Plugin(const Plugin& other) : library_(other.library_), dlopen_handle_(nullptr) { in Plugin()
Dobj_ptr-inl.h76 inline ObjPtr<MirrorType>::ObjPtr(const ObjPtr<Type>& other) in ObjPtr()
Dclass_table.h77 bool MaskedHashEquals(uint32_t other) const { in MaskedHashEquals()
Dimt_conflict_table.h45 ImtConflictTable(ImtConflictTable* other, in ImtConflictTable() function
93 bool Equals(ImtConflictTable* other, PointerSize pointer_size) const { in Equals()
/art/tools/common/
Dcommon.py77 def __ge__(self, other): argument
82 def __gt__(self, other): argument
87 def __le__(self, other): argument
92 def __lt__(self, other): argument
/art/libartbase/base/
Dtransform_iterator.h65 TransformIterator(const TransformIterator<OtherBI, Function>& other) in TransformIterator()
Dbit_struct_test.cc307 NestedStruct other{}; in TEST() local
319 NestedStruct other{}; in TEST() local
Dhiddenapi_flags.h252 bool CanCombineWith(const ApiList& other) const { in CanCombineWith()
286 bool Contains(const ApiList& other) const { in Contains()
Dhash_set.h56 HashSetIterator(const HashSetIterator<OtherElem, OtherHashSetType>& other) in HashSetIterator()
223 HashSet(const HashSet& other) noexcept in HashSet()
243 HashSet(HashSet&& other) noexcept in HashSet() function
480 void swap(HashSet& other) { in swap()
Dscoped_arena_allocator.cc118 ScopedArenaAllocator::ScopedArenaAllocator(ScopedArenaAllocator&& other) noexcept in ScopedArenaAllocator() function in art::ScopedArenaAllocator
Dcommon_art_test.cc92 ScratchFile::ScratchFile(const ScratchFile& other, const char* suffix) in ScratchFile()
107 ScratchFile::ScratchFile(ScratchFile&& other) noexcept { in ScratchFile() function in art::ScratchFile
111 ScratchFile& ScratchFile::operator=(ScratchFile&& other) noexcept { in operator =()
/art/test/050-sync-test/src/
DMain.java140 SleepyThread(SleepyThread other) { in SleepyThread() method in SleepyThread
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DDiffedFieldValue.java124 DiffedFieldValue other = (DiffedFieldValue)otherObject; in equals() local
/art/test/2011-stack-walk-concurrent-instrument/
Dstack_walk_concurrent.cc83 Thread* other = Runtime::Current()->GetThreadList()->SuspendThreadByPeer( in Java_Main_waitAndDeopt() local
/art/test/684-checker-simd-dotprod/src/other/
DTestFloatDouble.java17 package other; package
/art/runtime/verifier/
Dreg_type-inl.h31 inline bool RegType::CanAccess(const RegType& other) const { in CanAccess()

1234567