Home
last modified time | relevance | path

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

/art/test/989-method-trace-throw/
Dexpected.txt44 Normal: Entering public static native double art.Test989.returnDoubleNative()
45 Normal: Leaving public static native double art.Test989.returnDoubleNative() returned 3.14159628
46 returnDoubleNative returned: 3.14159628
84 ThrowEnter: Entering public static native double art.Test989.returnDoubleNative()
85 ThrowEnter: Leaving public static native double art.Test989.returnDoubleNative() returned <exceptio…
86 …$ErrorB: Throwing error while entering public static native double art.Test989.returnDoubleNative()
125 ThrowExit: Entering public static native double art.Test989.returnDoubleNative()
126 ThrowExit: Leaving public static native double art.Test989.returnDoubleNative() returned 3.14159628
127 … Throwing error while exit public static native double art.Test989.returnDoubleNative() returned 3…
164 ThrowBoth: Entering public static native double art.Test989.returnDoubleNative()
[all …]
/art/test/989-method-trace-throw/src/art/
DTest989.java367 double d = returnDoubleNative(); in run()
464 public static native double returnDoubleNative(); in returnDoubleNative() method in Test989