Home
last modified time | relevance | path

Searched defs:getLong (Results 1 – 2 of 2) sorted by relevance

/art/tools/ahat/src/
DQuery.java66 public long getLong(String name, long defaultValue) { in getLong() method in Query
/art/test/959-invoke-polymorphic-accessors/src/
DMain.java269 static void getLong(MethodHandle m, ValueHolder v, long value, boolean expectFailure) in getLong() method in Main.InvokeExactTester
282 static void getLong(MethodHandle m, long value, boolean expectFailure) throws Throwable { in getLong() method in Main.InvokeExactTester