Searched refs:more (Results 1 – 25 of 41) sorted by relevance
12
/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/1904-double-suspend/ |
D | info.txt | 1 Test jvmti suspending a thread more than once.
|
/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/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/928-jni-table/ |
D | info.txt | 5 TODO: We should really do more with this test.
|
/art/test/714-invoke-custom-lambda-metafactory/ |
D | expected-stderr.txt | 4 ... 1 more
|
/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-stdout.txt | 9 ... 2 more
|
/art/tools/jvmti-agents/chain-agents/ |
D | README.md | 5 in order to implement more complicated agent-loading rules.
|
/art/runtime/ |
D | native_gc_triggering.md | 7 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
|
D | monitor_inflation.md | 26 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/ |
D | LICENSE | 21 version 2 for more details (a copy is included in the LICENSE file that
|
/art/openjdkjvmti/ |
D | LICENSE | 20 version 2 for more details (a copy is included in the LICENSE file that
|
/art/openjdkjvm/ |
D | LICENSE | 20 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/test/503-dead-instructions/smali/ |
D | DeadInstructions.smali | 27 # Provide more arguments than we should. Because this is dead
|
/art/libartbase/base/metrics/ |
D | README.md | 48 this would make incrementing them more expensive than just some index
|
/art/tools/ |
D | external_oj_libjdwp_art_failures.txt | 21 /* TODO Categorize these failures more. */
|
/art/tools/jvmti-agents/ti-fast/ |
D | README.md | 37 and are sent more than once are supported.
|
12