Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 28) sorted by relevance

12

/art/test/1970-force-early-return-long/
Dexpected.txt4 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 …]
DAndroid.bp3 name: "art-run-test-1970-force-early-return-long",
Dinfo.txt3 Checks that we can call the ForceEarlyReturn functions successfully and force
/art/test/1968-force-early-return/
Dexpected.txt4 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 …]
DAndroid.bp3 name: "art-run-test-1968-force-early-return",
Dinfo.txt3 Checks that we can call the ForceEarlyReturn functions successfully and force
/art/test/1969-force-early-return-void/
Dexpected.txt4 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 …]
Dclass-loading-expected.patch6 > 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
DAndroid.bp3 name: "art-run-test-1969-force-early-return-void",
Dinfo.txt3 Checks that we can call the ForceEarlyReturn functions successfully and force
/art/test/1971-multi-force-early-return/
Dexpected.txt2 ….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 }
DAndroid.bp3 name: "art-run-test-1971-multi-force-early-return",
Dinfo.txt3 Checks that we can call the ForceEarlyReturn functions successfully and force
/art/test/559-checker-rtp-ifnotnull/
Dinfo.txt1 Tests that BoundType created for if-not-null does not force untyped loop phis
/art/tools/jvmti-agents/
DREADME.md14 * [libforceredefine](./simple-force-redefine)
/art/test/800-smali/smali/
Db_22331663_pass.smali17 # Do an allocation here. This will force heap checking in gcstress mode.
/art/test/551-invoke-super/smali/
Dinvokesuper.smali29 # Do an invoke super on a non-super class to force complex resolution.
/art/test/552-invoke-non-existent-super/smali/
Dinvokesuper.smali29 # Do an invoke super on a non-super class to force complex resolution.
/art/test/425-invoke-super/smali/
Dinvokesuper.smali29 # Do an invoke super on a non-super class to force slow path.
/art/test/162-method-resolution/jasmin/
DTest5User.j26 ; Call an unresolved method bar() to force verification at runtime
/art/test/utils/
Dregen-test-files120 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/
DREADME.md4 allows one to force classes to be redefined by writing to a fifo or give a process a list of
/art/test/
DAndroid.bp403 "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/
Dexpected.txt70 Was to load 'libinvalid.so', force fail.
/art/tools/
Drun-jdwp-tests.sh158 elif [[ $1 == --force-run-test ]]; then

12