Home
last modified time | relevance | path

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

/art/test/959-invoke-polymorphic-accessors/src/
DMain.java165 static void getChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure) in getChar() method in Main.InvokeExactTester
183 static void getChar(MethodHandle m, char value, boolean expectFailure) throws Throwable { in getChar() method in Main.InvokeExactTester
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DParser.java982 public char getChar() { in getChar() method in Parser.HprofBuffer