Home
last modified time | relevance | path

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

/art/test/989-method-trace-throw/
Dexpected.txt36 Normal: Entering public static native float art.Test989.returnFloatNative()
37 Normal: Leaving public static native float art.Test989.returnFloatNative() returned 1.618
38 returnFloatNative returned: 1.618
78 ThrowEnter: Entering public static native float art.Test989.returnFloatNative()
79 ThrowEnter: Leaving public static native float art.Test989.returnFloatNative() returned <exception>
80 …89$ErrorB: Throwing error while entering public static native float art.Test989.returnFloatNative()
119 ThrowExit: Entering public static native float art.Test989.returnFloatNative()
120 ThrowExit: Leaving public static native float art.Test989.returnFloatNative() returned 1.618
121 …B: Throwing error while exit public static native float art.Test989.returnFloatNative() returned 1…
158 ThrowBoth: Entering public static native float art.Test989.returnFloatNative()
[all …]
/art/test/989-method-trace-throw/src/art/
DTest989.java353 float d = returnFloatNative(); in run()
463 public static native float returnFloatNative(); in returnFloatNative() method in Test989