Home
last modified time | relevance | path

Searched refs:doNothingNative (Results 1 – 2 of 2) sorted by relevance

/art/test/989-method-trace-throw/
Dexpected.txt4 Normal: Entering public static native void art.Test989.doNothingNative()
5 Normal: Leaving public static native void art.Test989.doNothingNative() returned null
51 ThrowEnter: Entering public static native void art.Test989.doNothingNative()
52 ThrowEnter: Leaving public static native void art.Test989.doNothingNative() returned <exception>
53 …st989$ErrorB: Throwing error while entering public static native void art.Test989.doNothingNative()
90 ThrowExit: Entering public static native void art.Test989.doNothingNative()
91 ThrowExit: Leaving public static native void art.Test989.doNothingNative() returned null
92 …orB: Throwing error while exit public static native void art.Test989.doNothingNative() returned nu…
131 ThrowBoth: Entering public static native void art.Test989.doNothingNative()
132 ThrowBoth: Leaving public static native void art.Test989.doNothingNative() returned <exception>
[all …]
/art/test/989-method-trace-throw/src/art/
DTest989.java314 doNothingNative(); in run()
461 public static native void doNothingNative(); in doNothingNative() method in Test989