Searched refs:returned (Results 1 – 12 of 12) sorted by relevance
/art/test/067-preemptive-unpark/ |
D | expected.txt | 4 park() returned quickly
|
/art/test/955-lambda-smali/smali/ |
D | MoveResult.smali | 40 # Test that booleans are returned correctly via move-result. 72 # Test that bytes are returned correctly via move-result. 104 # Test that shorts are returned correctly via move-result. 136 # Test that ints are returned correctly via move-result. 168 # Test that chars are returned correctly via move-result. 200 # Test that longs are returned correctly via move-result. 232 # Test that floats are returned correctly via move-result. 264 # Test that doubles are returned correctly via move-result. 297 # Test that objects are returned correctly via move-result.
|
D | BoxUnbox.smali | 77 const-string v4, "(BoxUnbox) Boxing repeatedly FAILED: boxing returned null"
|
/art/test/086-null-super/ |
D | info.txt | 5 that if there was no exception, the value returned would be non-null.
|
/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/runtime/interpreter/mterp/x86_64/ |
D | footer.S | 226 * On-stack replacement has happened, and now we've returned from the compiled method.
|
/art/runtime/interpreter/mterp/arm/ |
D | footer.S | 232 * On-stack replacement has happened, and now we've returned from the compiled method.
|
/art/runtime/interpreter/mterp/x86/ |
D | footer.S | 250 * On-stack replacement has happened, and now we've returned from the compiled method.
|
/art/runtime/interpreter/ |
D | interpreter.cc | 331 bool returned = ExecuteMterpImpl(self, code_item, &shadow_frame, &result_register); in Execute() local 332 if (returned) { in Execute()
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86_64.S | 11974 * On-stack replacement has happened, and now we've returned from the compiled method.
|
D | mterp_x86.S | 13001 * On-stack replacement has happened, and now we've returned from the compiled method.
|
D | mterp_arm.S | 12022 * On-stack replacement has happened, and now we've returned from the compiled method.
|