Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 36) sorted by relevance

12

/art/test/003-omnibus-opcodes/src/
DClasses.java34 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/
Dinfo.txt4 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/
Dexpected.txt22 ... 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/
Dinfo.txt1 Test jvmti suspending a thread more than once.
/art/test/089-many-methods/
Dinfo.txt1 Test that we print a reasonable message when the application exceeds more
/art/test/800-smali/smali/
Db_23502994.smali10 # the register type more precise.
36 # more precise.
Db_22411633_1.smali23 # Some more random work, technically dead, but reachable.
DsameFieldNames.smali24 # Add some more fields to stress test the sorting for offset assignment.
/art/test/714-invoke-custom-lambda-metafactory/
Dexpected.txt4 ... 1 more
/art/tools/ahat/src/main/com/android/ahat/
DSubsetSelector.java98 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/
Dinfo.txt8 ensure verifier strictness and help the compilers see more
/art/test/965-default-verify/
Dinfo.txt5 since it is much more proactive about finding likely runtime errors then smali.
/art/test/303-verification-stress/
Dinfo.txt1 This is more a benchmark for the verifier than a real test. We create many
/art/test/064-field-access/
Dinfo.txt3 more exceptional conditions exist at the same time. For example,
/art/test/008-exceptions/
Dexpected.txt9 ... 2 more
/art/compiler/utils/mips/
Dassembler_mips.h89 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/
DNOTICE20 version 2 for more details (a copy is included in the LICENSE file that
/art/dt_fd_forward/
DNOTICE21 version 2 for more details (a copy is included in the LICENSE file that
/art/test/088-monitor-verification/smali/
DTooDeep.smali8 # Lock depth is 33, which is more than the verifier supports. This should have been punted to
/art/openjdkjvmti/
DNOTICE20 version 2 for more details (a copy is included in the LICENSE file that
/art/test/503-dead-instructions/smali/
DDeadInstructions.smali27 # Provide more arguments than we should. Because this is dead
/art/tools/
Dexternal_oj_libjdwp_art_failures.txt27 /* TODO Categorize these failures more. */
Dprebuilt_libjdwp_art_failures.txt76 /* TODO Categorize these failures more. */
/art/cmdline/
DREADME.md77 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/
Dexpected.txt4 …ments.<init>(): Rejecting invocation, expected 2 argument registers, method signature has 3 or more

12