Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 108) sorted by relevance

12345

/art/libartservice/service/javatests/com/android/server/art/
DDexoptHelperTest.java34 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/
Dinfo.txt1 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/
Dinfo.txt2 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/
Dexpected-stdout.txt3 Tracking on same thread
5 Tracking on same thread, not disabling tracking
/art/test/064-field-access/
Dinfo.txt3 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/
Dinfo.txt5 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/
Dinfo.txt1 Regression test for loading the same app image twice.
/art/test/2046-checker-comparison/
Dinfo.txt1 Tests that we optimize comparisons where lhs and rhs are the same.
/art/test/583-checker-zero/
Dinfo.txt1 Regression test for optimizing that used to think 0.0 has the same bits
/art/test/1961-obsolete-jit-multithread/
Dinfo.txt1 Tests issue found in b/73333076 where multiple threads sharing the same obsolete method could
/art/test/531-regression-debugphi/
Dinfo.txt2 the same type, prohibited by SSAChecker.
/art/test/1960-obsolete-jit-multithread-native/
Dinfo.txt1 Tests issue found in b/73333076 where multiple threads sharing the same obsolete method could
/art/test/156-register-dex-file-multi-loader/
Dinfo.txt1 Regression test to check that we do not allow registering the same dex file
/art/test/610-arraycopy/
Dinfo.txt2 when doing the copy on the same array.
/art/test/2256-checker-vector-replacement/
Dinfo.txt2 non-vector operations reference the same heap location.
/art/test/839-clinit-throw/
Dinfo.txt2 same class in the stack trace.
/art/test/563-checker-invoke-super/
Dinfo.txt2 calls when in the same dex file.
/art/test/2255-checker-branch-redirection/
Dinfo.txt2 have the same condition, or the exact opposite condition.
/art/test/505-simplifier-type-propagation/
Dinfo.txt3 instructions from one type to the same type.
/art/test/2261-badcleaner-in-systemcleaner/
Dinfo.txt2 and the same time out rules are applied. Essentially this is SystemCleaner version of
/art/test/MultiDexModifiedSecondary/
DREADME.txt2 the same classes.dex file as MultiDex, but a different classes2.dex.
/art/test/123-compiler-regressions-mt/
Dinfo.txt6 17689750 GVN assigns the same value names across MONITOR_ENTER and volatile reads.
/art/test/626-const-class-linking/
Dinfo.txt2 to the same class even in the presence of custom class loaders even after
/art/test/731-bounds-check-slow-path/
Dinfo.txt3 be correctly preserved for a catch handler in the same method.
/art/test/939-hello-transformation-bcp/
Dinfo.txt6 OptionalLong with all the same methods and fields.

12345