Home
last modified time | relevance | path

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

/aosp12/art/test/989-method-trace-throw/
H A Dexpected-stdout.txt17 Normal: Entering public static native java.lang.Object art.Test989.returnValueNative()
18 Normal: Leaving public static native java.lang.Object art.Test989.returnValueNative() returned Test…
19 returnValueNative returned: TestObject(1)
63 ThrowEnter: Entering public static native java.lang.Object art.Test989.returnValueNative()
64 ThrowEnter: Leaving public static native java.lang.Object art.Test989.returnValueNative() returned …
65 …Throwing error while entering public static native java.lang.Object art.Test989.returnValueNative()
102 ThrowExit: Entering public static native java.lang.Object art.Test989.returnValueNative()
103 ThrowExit: Leaving public static native java.lang.Object art.Test989.returnValueNative() returned T…
143 ThrowBoth: Entering public static native java.lang.Object art.Test989.returnValueNative()
144 ThrowBoth: Leaving public static native java.lang.Object art.Test989.returnValueNative() returned <…
[all …]
/aosp12/art/test/989-method-trace-throw/src/art/
H A DTest989.java339 Object o = returnValueNative(); in run()
458 public static native Object returnValueNative(); in returnValueNative() method in Test989