/art/compiler/optimizing/ |
D | load_store_analysis.cc | 32 static bool CanIntegerRangesOverlap(int64_t l1, int64_t h1, int64_t l2, int64_t h2) { in CanIntegerRangesOverlap() 57 int64_t l2 = 0; in CanBinaryOpAndIndexAlias() local 85 int64_t l2 = idx2->IsAdd() in CanBinaryOpsAlias() local 151 int64_t l2 = idx2->AsIntConstant()->GetValue(); in CanArrayElementsAlias() local
|
/art/test/654-checker-periodic/src/ |
D | Main.java | 112 float l2 = 1486662020.0f; in doitUpFloatAlt() local 131 float l2 = 1486662020.0f; in doitDownFloatAlt() local 150 float l2 = 1486662020.0f; in doitDownFloatAlt2() local
|
/art/test/578-bce-visit/src/ |
D | Main.java | 33 int l2 = ( -384); in doit() local
|
/art/test/561-shared-slowpaths/src/ |
D | Main.java | 27 private static void init(int[] x, int [] y, int l1, int h1, int l2, int h2) { in init()
|
/art/test/646-checker-long-const-to-int/src/ |
D | Main.java | 49 long l2 = longField2; in test() local
|
/art/test/952-invoke-custom/src/ |
D | TestBase.java | 54 static void assertEquals(long l1, long l2) { in assertEquals()
|
/art/test/2000-virtual-list-structural/src/ |
D | Main.java | 54 AbstractCollection<String> l2 = new ArrayList<>(); in main() local
|
/art/test/903-hello-tagging/src/art/ |
D | Test903.java | 121 int l2 = tags == null ? 0 : tags.length; in printArraysSorted() local
|
/art/test/168-vmstack-annotated/src/ |
D | Main.java | 121 LinkedList<Object> l2 = new LinkedList<>(); in testCluster1() local
|
/art/benchmark/type-check/src/ |
D | TypeCheckBenchmark.java | 49 Level2 l2 = (Level2) arr[i & 1023]; in timeCheckCastLevel9ToLevel2() local
|
/art/test/178-app-image-native-method/src/ |
D | Main.java | 645 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 664 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 683 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 699 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 718 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 737 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters() 1049 int i2, long l2, float f2, double d2, in nativeMethodWithManyParameters()
|
/art/test/1922-owned-monitors-info/src/art/ |
D | Test1922.java | 180 final NamedLock l2 = new NamedLock("Lock 2"); in runTestsOtherThread() local 225 final NamedLock l2 = new NamedLock("Lock 2"); in runTestsCurrentThread() local
|
/art/test/697-checker-string-append/src/ |
D | Main.java | 368 long l2, in $noinline$appendSLILC()
|
/art/test/178-app-image-native-method/ |
D | native_methods.cc | 31 jint i2, jlong l2, jfloat f2, jdouble d2, in VerifyManyParameters() 84 jint i2, jlong l2, jfloat f2, jdouble d2, in Java_Test_nativeMethodWithManyParameters() 113 jint i2, jlong l2, jfloat f2, jdouble d2, in Java_TestFast_nativeMethodWithManyParameters() 141 jint i2, jlong l2, jfloat f2, jdouble d2, in Java_TestCritical_nativeMethodWithManyParameters() 679 jint i2, jlong l2, jfloat f2, jdouble d2, in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | AhatBitmapInstance.java | 188 result.sort((List<AhatBitmapInstance> l1, List<AhatBitmapInstance> l2) -> { in findDuplicates()
|
/art/test/183-rmw-stress-test/src/ |
D | Main.java | 462 public long l2 = 0L; field in FourLongs
|
/art/test/700-LoadArgRegs/src/ |
D | Main.java | 277 …static void testRefs1(Object o1, Object o2, Object o3, Object o4, Object o5, long l1, long l2, lon… in testRefs1() 281 …static void testRefs(Object o1, Object o2, Object o3, Object o4, Object o5, long l1, long l2, long… in testRefs()
|
/art/test/439-npe/src/ |
D | Main.java | 661 long l2 = 22L; in $opt$noinline$testRegisterRetrieval() local
|
/art/test/421-large-frame/src/ |
D | Main.java | 39 long l2 = 2L + value; in $opt$LargeFrame() local
|
/art/test/470-huge-method/src/ |
D | Main.java | 34 long l2 = 2; in HugeMethod() local
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 1341 long l2 = 2; in largeFrame() local
|