Searched refs:returned (Results 1 – 18 of 18) sorted by relevance
/art/test/989-method-trace-throw/ |
D | expected.txt | 2 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/ |
D | expected.txt | 4 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/1957-error-ext/ |
D | expected.txt | 1 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/ |
D | expected.txt | 1 Suspend self twice returned: [0, 14]
|
/art/test/067-preemptive-unpark/ |
D | expected.txt | 4 park() returned quickly
|
/art/test/714-invoke-custom-lambda-metafactory/ |
D | expected.txt | 3 Caused by: java.lang.ClassCastException: Bootstrap method returned null
|
/art/test/900-hello-plugin/ |
D | expected.txt | 5 GetEnv returned '900' environment!
|
/art/test/086-null-super/ |
D | info.txt | 5 that if there was no exception, the value returned would be non-null.
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | README.md | 3 wrapagentproperties is a JVMTI agent that lets one change the returned values of
|
/art/test/626-const-class-linking/ |
D | expected.txt | 36 java.lang.NoClassDefFoundError: Initiating class loader of type MisbehavingLoader returned class He…
|
/art/test/510-checker-try-catch/smali/ |
D | Runtime.smali | 60 # 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/ |
D | expected.txt | 94 MonitorEnter returned: -1 102 MonitorEnter returned: -1
|
/art/runtime/interpreter/ |
D | interpreter.cc | 341 bool returned = ExecuteMterpImpl(self, in Execute() local 345 if (returned) { in Execute()
|
/art/runtime/interpreter/mterp/x86_64/ |
D | main.S | 663 * On-stack replacement has happened, and now we've returned from the compiled method.
|
/art/runtime/interpreter/mterp/arm/ |
D | main.S | 685 * On-stack replacement has happened, and now we've returned from the compiled method.
|
/art/runtime/interpreter/mterp/mips64/ |
D | main.S | 628 * On-stack replacement has happened, and now we've returned from the compiled method.
|
/art/runtime/interpreter/mterp/x86/ |
D | main.S | 704 * On-stack replacement has happened, and now we've returned from the compiled method.
|
/art/runtime/interpreter/mterp/mips/ |
D | main.S | 1057 * On-stack replacement has happened, and now we've returned from the compiled method.
|