Home
last modified time | relevance | path

Searched defs:l2 (Results 1 – 21 of 21) sorted by relevance

/art/compiler/optimizing/
Dload_store_analysis.cc32 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/
DMain.java112 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/
DMain.java33 int l2 = ( -384); in doit() local
/art/test/561-shared-slowpaths/src/
DMain.java27 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/
DMain.java49 long l2 = longField2; in test() local
/art/test/952-invoke-custom/src/
DTestBase.java54 static void assertEquals(long l1, long l2) { in assertEquals()
/art/test/2000-virtual-list-structural/src/
DMain.java54 AbstractCollection<String> l2 = new ArrayList<>(); in main() local
/art/test/903-hello-tagging/src/art/
DTest903.java121 int l2 = tags == null ? 0 : tags.length; in printArraysSorted() local
/art/test/168-vmstack-annotated/src/
DMain.java121 LinkedList<Object> l2 = new LinkedList<>(); in testCluster1() local
/art/benchmark/type-check/src/
DTypeCheckBenchmark.java49 Level2 l2 = (Level2) arr[i & 1023]; in timeCheckCastLevel9ToLevel2() local
/art/test/178-app-image-native-method/src/
DMain.java645 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/
DTest1922.java180 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/
DMain.java368 long l2, in $noinline$appendSLILC()
/art/test/178-app-image-native-method/
Dnative_methods.cc31 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/
DAhatBitmapInstance.java188 result.sort((List<AhatBitmapInstance> l1, List<AhatBitmapInstance> l2) -> { in findDuplicates()
/art/test/183-rmw-stress-test/src/
DMain.java462 public long l2 = 0L; field in FourLongs
/art/test/700-LoadArgRegs/src/
DMain.java277 …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/
DMain.java661 long l2 = 22L; in $opt$noinline$testRegisterRetrieval() local
/art/test/421-large-frame/src/
DMain.java39 long l2 = 2L + value; in $opt$LargeFrame() local
/art/test/470-huge-method/src/
DMain.java34 long l2 = 2; in HugeMethod() local
/art/test/083-compiler-regressions/src/
DMain.java1341 long l2 = 2; in largeFrame() local