/art/test/utils/python/testgen/ |
D | mixins.py | 94 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/ |
D | managed_register.h | 57 constexpr bool Equals(const ManagedRegister& other) const { in Equals() 91 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset) in ManagedRegisterSpill() 94 explicit ManagedRegisterSpill(const ManagedRegister& other) in ManagedRegisterSpill() 97 ManagedRegisterSpill(const ManagedRegister& other, int32_t size) in ManagedRegisterSpill()
|
D | swap_space.h | 122 typedef SwapAllocator<U> other; typedef 128 SwapAllocator(const SwapAllocator<U>& other) in SwapAllocator() 158 typedef SwapAllocator<U> other; typedef 164 SwapAllocator(const SwapAllocator<U>& other) in SwapAllocator()
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Value.java | 234 public abstract boolean equals(Object other); in equals() 257 @Override public boolean equals(Object other) { in equals() 292 @Override public boolean equals(Object other) { in equals() 327 @Override public boolean equals(Object other) { in equals() 357 @Override public boolean equals(Object other) { in equals() 387 @Override public boolean equals(Object other) { in equals() 433 @Override public boolean equals(Object other) { in equals() 473 @Override public boolean equals(Object other) { in equals() 513 @Override public boolean equals(Object other) { in equals() 543 @Override public boolean equals(Object other) { in equals()
|
D | Size.java | 93 public Size plus(Size other) { in plus() 120 @Override public boolean equals(Object other) { in equals()
|
/art/openjdkjvmti/ |
D | jvmti_allocator.h | 55 typedef JvmtiAllocator<U> other; typedef 62 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator() 92 typedef JvmtiAllocator<U> other; typedef 99 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator()
|
/art/compiler/optimizing/ |
D | instruction_simplifier_x86_shared.cc | 68 HInstruction* other = nullptr; in TryGenerateResetLeastSetBit() local 102 HInstruction* other = nullptr; in TryGenerateMaskUptoLeastSetBit() local 123 bool AreLeastSetBitInputs(HInstruction* to_test, HInstruction* other) { in AreLeastSetBitInputs()
|
/art/libartbase/base/ |
D | debug_stack.h | 95 DebugStackReferenceImpl(const DebugStackReferenceImpl& other) in DebugStackReferenceImpl() 98 DebugStackReferenceImpl(DebugStackReferenceImpl&& other) in DebugStackReferenceImpl() function 125 DebugStackIndirectTopRefImpl(const DebugStackIndirectTopRefImpl& other) in DebugStackIndirectTopRefImpl()
|
D | scoped_arena_containers.h | 110 typedef ScopedArenaAllocatorAdapter<U> other; typedef 121 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter() 153 typedef ScopedArenaAllocatorAdapter<U> other; typedef 164 ScopedArenaAllocatorAdapter(const ScopedArenaAllocatorAdapter<U>& other) in ScopedArenaAllocatorAdapter()
|
D | arena_containers.h | 137 typedef ArenaAllocatorAdapter<U> other; typedef 146 ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U>& other) in ArenaAllocatorAdapter() 174 typedef ArenaAllocatorAdapter<U> other; typedef 182 ArenaAllocatorAdapter(const ArenaAllocatorAdapter<U>& other) in ArenaAllocatorAdapter()
|
/art/test/536-checker-needs-access-check/src/other/ |
D | InaccessibleClass.java | 17 package other; package
|
D | InaccessibleClassProxy.java | 17 package other; package
|
/art/test/536-checker-needs-access-check/src2/other/ |
D | InaccessibleClass.java | 17 package other; package
|
D | InaccessibleClassProxy.java | 17 package other; package
|
/art/test/537-checker-inline-and-unverified/src/other/ |
D | InaccessibleClass.java | 17 package other; package
|
/art/test/537-checker-inline-and-unverified/src2/other/ |
D | InaccessibleClass.java | 17 package other; package
|
/art/test/601-method-access/src/other/ |
D | PublicClass.java | 17 package other; package
|
D | ProtectedClass.java | 17 package other; package
|
/art/tools/checker/file_format/c1visualizer/ |
D | struct.py | 33 def __eq__(self, other): argument 57 def __eq__(self, other): argument
|
/art/test/075-verification-error/src/other/ |
D | InaccessibleMethod.java | 17 package other; package
|
D | InaccessibleClass.java | 17 package other; package
|
/art/test/956-methodhandles/src/other/ |
D | Chatty.java | 17 package other; package
|
/art/test/075-verification-error/src2/other/ |
D | InaccessibleMethod.java | 17 package other; package
|
D | InaccessibleClass.java | 17 package other; package
|
/art/test/570-checker-osr/src/ |
D | Main.java | 148 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
|