Home
last modified time | relevance | path

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

123

/art/test/utils/python/testgen/
Dmixins.py94 def __lt__(self, other): argument
97 def __gt__(self, other): argument
100 def __eq__(self, other): argument
103 def __le__(self, other): argument
106 def __ge__(self, other): argument
109 def __ne__(self, other): argument
/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 ManagedRegisterSpill(const ManagedRegister& other, int32_t size) in ManagedRegisterSpill()
Dswap_space.h111 typedef SwapAllocator<U> other; typedef
117 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator()
146 typedef SwapAllocator<U> other; typedef
152 SwapAllocator(const SwapAllocator<U>& other) : swap_space_(other.swap_space_) {} in SwapAllocator()
Dintrusive_forward_list.h207 void swap(IntrusiveForwardList& other) { in swap()
309 void merge(IntrusiveForwardList& other) { in merge()
312 void merge(IntrusiveForwardList&& other) { in merge()
316 void merge(IntrusiveForwardList& other, Compare cmp) { in merge()
336 void merge(IntrusiveForwardList&& other, Compare cmp) { in merge()
/art/runtime/base/
Dscoped_arena_containers.h79 typedef ScopedArenaAllocatorAdapter<U> other; typedef
90 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter()
122 typedef ScopedArenaAllocatorAdapter<U> other; typedef
133 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter()
Darena_containers.h119 typedef ArenaAllocatorAdapter<U> other; typedef
128 ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U>& other) in ArenaAllocatorAdapter()
156 typedef ArenaAllocatorAdapter<U> other; typedef
164 ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U>& other) in ArenaAllocatorAdapter()
Ddebug_stack.h94 DebugStackReferenceImpl(const DebugStackReferenceImpl& other) in DebugStackReferenceImpl()
116 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) in DebugStackIndirectTopRefImpl()
/art/tools/checker/file_format/c1visualizer/
Dstruct.py33 def __eq__(self, other): argument
57 def __eq__(self, other): argument
/art/test/537-checker-inline-and-unverified/src2/other/
DInaccessibleClass.java17 package other; package
/art/test/536-checker-needs-access-check/src2/other/
DInaccessibleClass.java17 package other; package
DInaccessibleClassProxy.java17 package other; package
/art/test/537-checker-inline-and-unverified/src/other/
DInaccessibleClass.java17 package other; package
/art/test/536-checker-needs-access-check/src/other/
DInaccessibleClass.java17 package other; package
DInaccessibleClassProxy.java17 package other; package
/art/test/601-method-access/src/other/
DPublicClass.java17 package other; package
DProtectedClass.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/075-verification-error/src2/other/
DInaccessibleMethod.java17 package other; package
DInaccessibleClass.java17 package other; package
DMutant.java17 package other; package
/art/test/570-checker-osr/src/
DMain.java148 Main other = m.inlineCache(); in $noinline$inlineCache() local
178 Main other = m.inlineCache2(); in $noinline$inlineCache2() local
207 Main other = m.inlineCache3(); in $noinline$inlineCache3() local
/art/tools/checker/file_format/checker/
Dstruct.py32 def __eq__(self, other): argument
68 def __eq__(self, other): argument
112 def __eq__(self, other): argument
143 def __eq__(self, other): argument
/art/tools/checker/common/
Dmixins.py18 def __eq__(self, other): argument

123