Searched defs:getLong (Results 1 - 3 of 3) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/
H A DQuery.java66 public long getLong(String name, long defaultValue) { method in class:Query
/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DParser.java454 data[i] = hprof.getLong();
939 public long getLong() { method in class:Parser.HprofBuffer
940 return mBuffer.getLong();
980 case LONG: return Value.pack(getLong());
1000 case LONG: return Value.pack(getLong());
/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java284 static void getLong(MethodHandle m, ValueHolder v, long value, boolean expectFailure) method in class:Main.InvokeExactTester
297 static void getLong(MethodHandle m, long value, boolean expectFailure) throws Throwable { method in class:Main.InvokeExactTester
298 getLong(m, null, value, expectFailure);
527 getLong(methodHandle, valueHolder, longValue,
529 getLong(methodHandle, longValue,

Completed in 748 milliseconds