Searched refs:force (Results 1 – 25 of 28) sorted by relevance
12
/art/test/1970-force-early-return-long/ |
D | expected.txt | 4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 } 5 Will force return of 987000 10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 } 11 Will force return of 987001 16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 } 17 Will force return of 987002 22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 } 23 Will force return of 987003 28 Single call with force-early-return on (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0 } 29 Will force return of 987004 [all …]
|
D | Android.bp | 3 name: "art-run-test-1970-force-early-return-long",
|
D | info.txt | 3 Checks that we can call the ForceEarlyReturn functions successfully and force
|
/art/test/1968-force-early-return/ |
D | expected.txt | 4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 } 5 Will force return of OveriddenReturnValue { id: 0 } 10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 } 11 Will force return of OveriddenReturnValue { id: 1 } 16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 } 17 Will force return of OveriddenReturnValue { id: 2 } 22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 } 23 Will force return of OveriddenReturnValue { id: 3 } 28 Single call with force-early-return on (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0 } 29 Will force return of OveriddenReturnValue { id: 4 } [all …]
|
D | Android.bp | 3 name: "art-run-test-1968-force-early-return",
|
D | info.txt | 3 Checks that we can call the ForceEarlyReturn functions successfully and force
|
/art/test/1969-force-early-return-void/ |
D | expected.txt | 4 Single call with force-early-return on (ID: 1) StandardTestObject { cnt: 0 } 5 Will force return of Test1969 target thread - 1 10 Single call with force-early-return on (ID: 3) SynchronizedFunctionTestObject { cnt: 0 } 11 Will force return of Test1969 target thread - 3 16 Single call with force-early-return on (ID: 5) SynchronizedTestObject { cnt: 0 } 17 Will force return of Test1969 target thread - 5 22 Single call with force-early-return on (ID: 7) StandardTestObject { cnt: 0 } 23 Will force return of Test1969 target thread - 7 28 Single call with force-early-return on (ID: 9) FieldBasedTestObject { TARGET_FIELD: 0, cnt: 0 } 29 Will force return of Test1969 target thread - 9 [all …]
|
D | class-loading-expected.patch | 6 > Single call with force-early-return on (ID: 47) ClassLoadObject { cnt: 0, curClass: 1} 7 > Will force return of Test1969 target thread - 47 8 > Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME 23 > Single call with force-early-return on (ID: 49) ClassLoadObject { cnt: 0, curClass: 3} 24 > Will force return of Test1969 target thread - 49 25 > Failed to force-return due to java.lang.RuntimeException: JVMTI_ERROR_OPAQUE_FRAME
|
D | Android.bp | 3 name: "art-run-test-1969-force-early-return-void",
|
D | info.txt | 3 Checks that we can call the ForceEarlyReturn functions successfully and force
|
/art/test/1971-multi-force-early-return/ |
D | expected.txt | 2 ….Test1971$ForcedExit { thread: Test1971 - Thread 1, creator: Concurrent thread force-returner - 1 } 3 ….Test1971$ForcedExit { thread: Test1971 - Thread 2, creator: Concurrent thread force-returner - 2 }
|
D | Android.bp | 3 name: "art-run-test-1971-multi-force-early-return",
|
D | info.txt | 3 Checks that we can call the ForceEarlyReturn functions successfully and force
|
/art/test/559-checker-rtp-ifnotnull/ |
D | info.txt | 1 Tests that BoundType created for if-not-null does not force untyped loop phis
|
/art/tools/jvmti-agents/ |
D | README.md | 14 * [libforceredefine](./simple-force-redefine)
|
/art/test/800-smali/smali/ |
D | b_22331663_pass.smali | 17 # Do an allocation here. This will force heap checking in gcstress mode.
|
/art/test/551-invoke-super/smali/ |
D | invokesuper.smali | 29 # Do an invoke super on a non-super class to force complex resolution.
|
/art/test/552-invoke-non-existent-super/smali/ |
D | invokesuper.smali | 29 # Do an invoke super on a non-super class to force complex resolution.
|
/art/test/425-invoke-super/smali/ |
D | invokesuper.smali | 29 # Do an invoke super on a non-super class to force slow path.
|
/art/test/162-method-resolution/jasmin/ |
D | Test5User.j | 26 ; Call an unresolved method bar() to force verification at runtime
|
/art/test/utils/ |
D | regen-test-files | 120 art-run-test-1968-force-early-return 121 art-run-test-1969-force-early-return-void 122 art-run-test-1970-force-early-return-long 123 art-run-test-1971-multi-force-early-return
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | README.md | 4 allows one to force classes to be redefined by writing to a fifo or give a process a list of
|
/art/test/ |
D | Android.bp | 403 "1968-force-early-return/force_early_return.cc", 404 "1969-force-early-return-void/force_early_return_void.cc", 405 "1970-force-early-return-long/force_early_return_long.cc", 781 "1968-force-early-return/src/art/Test1968.java", 782 "1969-force-early-return-void/src/art/Test1969.java", 783 "1970-force-early-return-long/src/art/Test1970.java", 784 "1971-multi-force-early-return/src/art/Test1971.java", 919 "1968-force-early-return/expected.txt", 920 "1969-force-early-return-void/expected.txt", 921 "1970-force-early-return-long/expected.txt", [all …]
|
/art/test/115-native-bridge/ |
D | expected.txt | 70 Was to load 'libinvalid.so', force fail.
|
/art/tools/ |
D | run-jdwp-tests.sh | 158 elif [[ $1 == --force-run-test ]]; then
|
12