Home
last modified time | relevance | path

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

/art/test/067-preemptive-unpark/
Dexpected.txt4 park() returned quickly
/art/test/955-lambda-smali/smali/
DMoveResult.smali40 # 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.
DBoxUnbox.smali77 const-string v4, "(BoxUnbox) Boxing repeatedly FAILED: boxing returned null"
/art/test/086-null-super/
Dinfo.txt5 that if there was no exception, the value returned would be non-null.
/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/runtime/interpreter/mterp/x86_64/
Dfooter.S226 * On-stack replacement has happened, and now we've returned from the compiled method.
/art/runtime/interpreter/mterp/arm/
Dfooter.S232 * On-stack replacement has happened, and now we've returned from the compiled method.
/art/runtime/interpreter/mterp/x86/
Dfooter.S250 * On-stack replacement has happened, and now we've returned from the compiled method.
/art/runtime/interpreter/
Dinterpreter.cc331 bool returned = ExecuteMterpImpl(self, code_item, &shadow_frame, &result_register); in Execute() local
332 if (returned) { in Execute()
/art/runtime/interpreter/mterp/out/
Dmterp_x86_64.S11974 * On-stack replacement has happened, and now we've returned from the compiled method.
Dmterp_x86.S13001 * On-stack replacement has happened, and now we've returned from the compiled method.
Dmterp_arm.S12022 * On-stack replacement has happened, and now we've returned from the compiled method.