Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 41) 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/1904-double-suspend/
Dinfo.txt1 Test jvmti suspending a thread more than once.
/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/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/928-jni-table/
Dinfo.txt5 TODO: We should really do more with this test.
/art/test/714-invoke-custom-lambda-metafactory/
Dexpected-stderr.txt4 ... 1 more
/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-stdout.txt9 ... 2 more
/art/tools/jvmti-agents/chain-agents/
DREADME.md5 in order to implement more complicated agent-loading rules.
/art/runtime/
Dnative_gc_triggering.md7 include traditional Java finalizers, more modern Java `Cleaner`s, Android's `SystemCleaner` and,
41 explicitly registered. This loses information about Java ownership, but results in much more
78 The fact that we consider both Java and native memory use at once means that we are more likely to
Dmonitor_inflation.md26 required for other purposes. In a 64-bit environment, the situation is more complicated, since we
39 `Monitor` slots, we can accommodate a large number of `Monitor`s, without ever allocating more than
/art/dt_fd_forward/
DLICENSE21 version 2 for more details (a copy is included in the LICENSE file that
/art/openjdkjvmti/
DLICENSE20 version 2 for more details (a copy is included in the LICENSE file that
/art/openjdkjvm/
DLICENSE20 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/test/503-dead-instructions/smali/
DDeadInstructions.smali27 # Provide more arguments than we should. Because this is dead
/art/libartbase/base/metrics/
DREADME.md48 this would make incrementing them more expensive than just some index
/art/tools/
Dexternal_oj_libjdwp_art_failures.txt21 /* TODO Categorize these failures more. */
/art/tools/jvmti-agents/ti-fast/
DREADME.md37 and are sent more than once are supported.

12