Searched refs:same (Results 1 – 25 of 108) sorted by relevance
12345
/art/libartservice/service/javatests/com/android/server/art/ |
D | DexoptHelperTest.java | 34 import static org.mockito.Mockito.same; 176 when(mInjector.getPrimaryDexopter(same(mPkgStateLibbaz), any(), any(), any())) in testDexopt() 206 same(mPkgStateFoo), same(mPkgFoo), same(mParams), any()); in testDexopt() 208 same(mPkgStateFoo), same(mPkgFoo), same(mParams), any()); in testDexopt() 210 same(mPkgStateBar), same(mPkgBar), same(mParams), any()); in testDexopt() 212 same(mPkgStateBar), same(mPkgBar), same(mParams), any()); in testDexopt() 214 same(mPkgStateLibbaz), same(mPkgLibbaz), same(mParams), any()); in testDexopt() 216 same(mPkgStateLibbaz), same(mPkgLibbaz), same(mParams), any()); in testDexopt() 218 same(mPkgStateLib1), same(mPkgLib1), same(mParams), any()); in testDexopt() 220 same(mPkgStateLib1), same(mPkgLib1), same(mParams), any()); in testDexopt() [all …]
|
/art/test/2265-const-method-type-cached/ |
D | info.txt | 1 const-method-type and MethodType factory methods should use the same intern 2 mechanism and return the same object when equal return and parameter types are
|
/art/test/586-checker-null-array-get/ |
D | info.txt | 2 that used to merge two array gets that have the same inputs but 3 not the same type. Note that this only happens if the array is null.
|
/art/test/904-object-allocation/ |
D | expected-stdout.txt | 3 Tracking on same thread 5 Tracking on same thread, not disabling tracking
|
/art/test/064-field-access/ |
D | info.txt | 3 more exceptional conditions exist at the same time. For example, 7 same time, we can only throw one or the other.
|
/art/test/998-redefine-use-after-free/ |
D | info.txt | 5 verification error in the same class loader. Actually encountering the bug 6 required that a later redefinition happen to get the same native pointer for its
|
/art/test/172-app-image-twice/ |
D | info.txt | 1 Regression test for loading the same app image twice.
|
/art/test/2046-checker-comparison/ |
D | info.txt | 1 Tests that we optimize comparisons where lhs and rhs are the same.
|
/art/test/583-checker-zero/ |
D | info.txt | 1 Regression test for optimizing that used to think 0.0 has the same bits
|
/art/test/1961-obsolete-jit-multithread/ |
D | info.txt | 1 Tests issue found in b/73333076 where multiple threads sharing the same obsolete method could
|
/art/test/531-regression-debugphi/ |
D | info.txt | 2 the same type, prohibited by SSAChecker.
|
/art/test/1960-obsolete-jit-multithread-native/ |
D | info.txt | 1 Tests issue found in b/73333076 where multiple threads sharing the same obsolete method could
|
/art/test/156-register-dex-file-multi-loader/ |
D | info.txt | 1 Regression test to check that we do not allow registering the same dex file
|
/art/test/610-arraycopy/ |
D | info.txt | 2 when doing the copy on the same array.
|
/art/test/2256-checker-vector-replacement/ |
D | info.txt | 2 non-vector operations reference the same heap location.
|
/art/test/839-clinit-throw/ |
D | info.txt | 2 same class in the stack trace.
|
/art/test/563-checker-invoke-super/ |
D | info.txt | 2 calls when in the same dex file.
|
/art/test/2255-checker-branch-redirection/ |
D | info.txt | 2 have the same condition, or the exact opposite condition.
|
/art/test/505-simplifier-type-propagation/ |
D | info.txt | 3 instructions from one type to the same type.
|
/art/test/2261-badcleaner-in-systemcleaner/ |
D | info.txt | 2 and the same time out rules are applied. Essentially this is SystemCleaner version of
|
/art/test/MultiDexModifiedSecondary/ |
D | README.txt | 2 the same classes.dex file as MultiDex, but a different classes2.dex.
|
/art/test/123-compiler-regressions-mt/ |
D | info.txt | 6 17689750 GVN assigns the same value names across MONITOR_ENTER and volatile reads.
|
/art/test/626-const-class-linking/ |
D | info.txt | 2 to the same class even in the presence of custom class loaders even after
|
/art/test/731-bounds-check-slow-path/ |
D | info.txt | 3 be correctly preserved for a catch handler in the same method.
|
/art/test/939-hello-transformation-bcp/ |
D | info.txt | 6 OptionalLong with all the same methods and fields.
|
12345