Searched defs:getInt (Results 1 - 4 of 4) sorted by relevance

/art/tools/ahat/src/
H A DQuery.java74 public int getInt(String name, int defaultValue) { method in class:Query
/art/test/414-static-fields/src/
H A DMain.java29 static int getInt() { method in class:Main
42 int a = getInt();
47 int a = getInt();
/art/test/569-checker-pattern-replacement/src/
H A DMain.java143 /// CHECK-START: int Main.getInt(Second) inliner (before)
146 /// CHECK-START: int Main.getInt(Second) inliner (after)
149 /// CHECK-START: int Main.getInt(Second) inliner (after)
152 public static int getInt(Second s) { method in class:Main
1133 assertEquals(42, getInt(s));
/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java231 static void getInt(MethodHandle m, ValueHolder v, int value, boolean expectFailure) method in class:Main.InvokeExactTester
244 static void getInt(MethodHandle m, int value, boolean expectFailure) throws Throwable { method in class:Main.InvokeExactTester
245 getInt(m, null, value, expectFailure);
502 getInt(methodHandle, valueHolder, intValue,
504 getInt(methodHandle, intValue,

Completed in 307 milliseconds