/art/test/003-omnibus-opcodes/src/ |
D | Classes.java | 34 MoreClasses more; in checkCast() local 41 more = (MoreClasses) moreRef; in checkCast() 46 more = (MoreClasses) thisRef; in checkCast() 69 more = (MoreClasses) nullRef; in checkCast() 212 MoreClasses more = new MoreClasses(); in run() local 213 classes.checkCast(classes, more, null); in run() 215 more.subFunc(true); in run() 216 more.superFunc(false); in run()
|
/art/test/596-monitor-inflation/ |
D | info.txt | 4 This allocates more monitors and hence may exercise the monitor pool 5 differently, and with more context, than the monitor_pool_test gtest.
|
/art/test/134-nodex2oat-nofallback/ |
D | expected.txt | 22 ... 13 more 24 ... 13 more 26 ... 13 more 32 ... 1 more 53 ... 13 more 55 ... 13 more 57 ... 13 more 63 ... 1 more
|
/art/test/1904-double-suspend/ |
D | info.txt | 1 Test jvmti suspending a thread more than once.
|
/art/test/089-many-methods/ |
D | info.txt | 1 Test that we print a reasonable message when the application exceeds more
|
/art/test/800-smali/smali/ |
D | b_23502994.smali | 10 # the register type more precise. 36 # more precise.
|
D | b_22411633_1.smali | 23 # Some more random work, technically dead, but reachable.
|
D | sameFieldNames.smali | 24 # Add some more fields to stress test the sorting for offset assignment.
|
/art/test/714-invoke-custom-lambda-metafactory/ |
D | expected.txt | 4 ... 1 more
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | SubsetSelector.java | 98 int more = Math.min(mLimit + kIncrAmount, all); in render() local 99 menu.appendLink(mQuery.with(mId, more), DocString.text("show more")); in render()
|
/art/test/518-null-array-get/ |
D | info.txt | 8 ensure verifier strictness and help the compilers see more
|
/art/test/965-default-verify/ |
D | info.txt | 5 since it is much more proactive about finding likely runtime errors then smali.
|
/art/test/303-verification-stress/ |
D | info.txt | 1 This is more a benchmark for the verifier than a real test. We create many
|
/art/test/064-field-access/ |
D | info.txt | 3 more exceptional conditions exist at the same time. For example,
|
/art/test/008-exceptions/ |
D | expected.txt | 9 ... 2 more
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 89 inline InOutRegMasks& GprOuts(T one, Ts... more) { GprOuts(one); GprOuts(more...); return *this; } in GprOuts() 97 inline InOutRegMasks& GprIns(T one, Ts... more) { GprIns(one); GprIns(more...); return *this; } in GprIns() 101 inline InOutRegMasks& GprInOuts(T one, Ts... more) { in GprInOuts() 103 GprInOuts(more...); in GprInOuts() 110 inline InOutRegMasks& FprOuts(T one, Ts... more) { FprOuts(one); FprOuts(more...); return *this; } in FprOuts() 115 inline InOutRegMasks& FprIns(T one, Ts... more) { FprIns(one); FprIns(more...); return *this; } in FprIns() 122 inline InOutRegMasks& FprInOuts(T one, Ts... more) { in FprInOuts() 124 FprInOuts(more...); in FprInOuts() 130 inline InOutRegMasks& CcOuts(T one, Ts... more) { CcOuts(one); CcOuts(more...); return *this; } in CcOuts() 134 inline InOutRegMasks& CcIns(T one, Ts... more) { CcIns(one); CcIns(more...); return *this; } in CcIns()
|
/art/openjdkjvm/ |
D | NOTICE | 20 version 2 for more details (a copy is included in the LICENSE file that
|
/art/dt_fd_forward/ |
D | NOTICE | 21 version 2 for more details (a copy is included in the LICENSE file that
|
/art/test/088-monitor-verification/smali/ |
D | TooDeep.smali | 8 # Lock depth is 33, which is more than the verifier supports. This should have been punted to
|
/art/openjdkjvmti/ |
D | NOTICE | 20 version 2 for more details (a copy is included in the LICENSE file that
|
/art/test/503-dead-instructions/smali/ |
D | DeadInstructions.smali | 27 # Provide more arguments than we should. Because this is dead
|
/art/tools/ |
D | external_oj_libjdwp_art_failures.txt | 27 /* TODO Categorize these failures more. */
|
D | prebuilt_libjdwp_art_failures.txt | 76 /* TODO Categorize these failures more. */
|
/art/cmdline/ |
D | README.md | 77 The 'Define' method takes one or more aliases for the argument. Common examples might be `{"-h", 136 By default, the argument is assumed to appear exactly once, and if the user specifies it more than 208 // note: Name() is just here for more user-friendly errors,
|
/art/test/954-invoke-polymorphic-verifier/ |
D | expected.txt | 4 …ments.<init>(): Rejecting invocation, expected 2 argument registers, method signature has 3 or more
|