Home
last modified time | relevance | path

Searched refs:returned (Results 1 – 17 of 17) sorted by relevance

/art/test/989-method-trace-throw/
Dexpected.txt2 Normal: Leaving public static void art.Test989.doNothing() returned null
5 Normal: Leaving public static native void art.Test989.doNothingNative() returned null
8 Normal: Leaving public static void art.Test989.throwA() returned <exception>
11 Normal: Leaving public static native void art.Test989.throwANative() returned <exception>
14 Normal: Leaving public static java.lang.Object art.Test989.returnValue() returned TestObject(0)
15 returnValue returned: TestObject(0)
18 Normal: Leaving public static native java.lang.Object art.Test989.returnValueNative() returned Test…
19 returnValueNative returned: TestObject(1)
23 Normal: Leaving public static void art.Test989.acceptValue(java.lang.Object) returned null
27 Normal: Leaving public static native void art.Test989.acceptValueNative(java.lang.Object) returned
[all …]
/art/test/1940-ddms-ext/
Dexpected.txt4 MyDdmHandler: Chunk returned: Chunk(Type: 0xFADE7357, Len: 8, data: [0, 0, 0, 0, 0, -128, 0, 37])
5 JVMTI returned chunk: Chunk(Type: 0xFADE7357, Len: 8, data: [0, 0, 0, 0, 0, -128, 0, 37])
9 MyDdmHandler: Chunk returned: Chunk(Type: 0xFADE7357, Len: 8, data: [0, 0, 0, 0, 0, 0, 0, 1])
10 JVMTI returned chunk: Chunk(Type: 0xFADE7357, Len: 8, data: [0, 0, 0, 0, 0, 0, 0, 1])
15 JVMTI returned chunk: Chunk(Type: 0xFADE7357, Len: 0, data: [])
/art/test/1971-multi-force-early-return/
Dexpected.txt1 Thread 0: Thread: Test1971 - Thread 0 method returned: art.Test1971$NormalExit { thread: Test1971 -…
2 Thread 1: Thread: Test1971 - Thread 1 method returned: art.Test1971$ForcedExit { thread: Test1971 -…
3 Thread 2: Thread: Test1971 - Thread 2 method returned: art.Test1971$ForcedExit { thread: Test1971 -…
/art/test/1957-error-ext/
Dexpected.txt1 LastError is: <call returned error: class java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATIO…
4 LastError is: <call returned error: class java.lang.RuntimeException: JVMTI_ERROR_ABSENT_INFORMATIO…
/art/test/1907-suspend-list-self-twice/
Dexpected.txt1 Suspend self twice returned: [0, 14]
/art/test/067-preemptive-unpark/
Dexpected.txt4 park() returned quickly
/art/test/714-invoke-custom-lambda-metafactory/
Dexpected.txt3 Caused by: java.lang.ClassCastException: Bootstrap method returned null
/art/test/900-hello-plugin/
Dexpected.txt5 GetEnv returned '900' environment!
/art/test/086-null-super/
Dinfo.txt5 that if there was no exception, the value returned would be non-null.
/art/tools/jvmti-agents/wrapagentproperties/
DREADME.md3 wrapagentproperties is a JVMTI agent that lets one change the returned values of
/art/test/626-const-class-linking/
Dexpected.txt36 java.lang.NoClassDefFoundError: Initiating class loader of type MisbehavingLoader returned class He…
/art/test/510-checker-try-catch/smali/
DRuntime.smali60 # The sum of the low and high 32 bits treated as integers is returned to prove
254 # as integers is returned to prove that both vregs were copied.
304 # location of the catch phi. The value is converted to int and returned.
346 # to the location of the catch phi. The value is converted to int and returned.
389 # copy the value to the location of the catch phi. The value is then returned.
439 # and returned. Values were chosen so that all 64 bits are used.
/art/test/1932-monitor-events-misc/
Dexpected.txt94 MonitorEnter returned: -1
102 MonitorEnter returned: -1
/art/runtime/interpreter/
Dinterpreter.cc363 bool returned = ExecuteMterpImpl(self, in Execute() local
367 if (returned) { in Execute()
/art/runtime/interpreter/mterp/x86_64/
Dmain.S663 * On-stack replacement has happened, and now we've returned from the compiled method.
/art/runtime/interpreter/mterp/arm/
Dmain.S685 * On-stack replacement has happened, and now we've returned from the compiled method.
/art/runtime/interpreter/mterp/x86/
Dmain.S704 * On-stack replacement has happened, and now we've returned from the compiled method.