/art/test/003-omnibus-opcodes/src/ |
D | IntMath.java | 280 int normal = 0; in divLiteralTestBody() local 286 normal = (start+i) / j; in divLiteralTestBody() 290 normal = (start+i) / j; in divLiteralTestBody() 294 normal = (start+i) / j; in divLiteralTestBody() 298 normal = (start+i) / j; in divLiteralTestBody() 302 normal = (start+i) / j; in divLiteralTestBody() 306 normal = (start+i) / j; in divLiteralTestBody() 310 normal = (start+i) / j; in divLiteralTestBody() 314 normal = (start+i) / j; in divLiteralTestBody() 318 normal = (start+i) / j; in divLiteralTestBody() [all …]
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | README.md | 15 The agent is loaded using -agentpath like normal. It takes arguments in the 26 * Unlike with most normal debuggers the agent will load the class immediately to 44 A normal run will look something like this: 47 <normal output removed> 52 <normal output removed>
|
/art/tools/ahat/src/test/com/android/ahat/ |
D | DiffFieldsTest.java | 58 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); in nulledMatchedDiffedFieldValues() local 61 DiffedFieldValue x = DiffedFieldValue.matched(normal, nulled); in nulledMatchedDiffedFieldValues() 68 DiffedFieldValue y = DiffedFieldValue.matched(nulled, normal); in nulledMatchedDiffedFieldValues() 78 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); in normalAddedDiffedFieldValues() local 80 DiffedFieldValue x = DiffedFieldValue.added(normal); in normalAddedDiffedFieldValues() 100 FieldValue normal = new FieldValue("name", t0, Value.pack(1)); in normalDeletedDiffedFieldValues() local 102 DiffedFieldValue x = DiffedFieldValue.deleted(normal); in normalDeletedDiffedFieldValues()
|
/art/test/1978-regular-obsolete-then-structural-obsolescence/ |
D | expected-stdout.txt | 3 Running after op1 using normal definition 6 Running after op2 using normal definition
|
/art/test/1337-gc-coverage/ |
D | info.txt | 1 Tests internal GC functions which are not exposed through normal APIs.
|
/art/test/1923-frame-pop/ |
D | info.txt | 3 This tests the normal use case.
|
/art/test/1926-missed-frame-pop/ |
D | info.txt | 3 This tests the normal use case.
|
/art/test/2262-default-conflict-methods/ |
D | expected-stdout.txt | 6 Unexpected normal exit from GetMethodId
|
/art/tools/jvmti-agents/simple-profile/ |
D | README.md | 17 The agent is loaded using -agentpath like normal. It takes arguments in the 50 A normal run will look something like this: 53 <normal output removed>
|
/art/test/1948-obsolete-const-method-handle/ |
D | info.txt | 4 It is almost impossible to get them emmited from normal java code so we don't
|
/art/test/546-regression-simplify-catch/smali/ |
D | TestCase.smali | 61 # Test simplification of a dead catch block with normal-predecessors but 81 # Test simplification of a live catch block with dead normal-predecessors and
|
/art/test/991-field-trace-2/ |
D | expected-stdout.txt | 5 normal read: xyz = 0 19 normal read: xyz = 0 28 normal read: xyz = 20 36 normal read: xyz = 0 44 normal read: xyz = 10
|
/art/test/980-redefine-object/ |
D | info.txt | 16 normal Object dex bytes is that (a) it contains only the bytes of the Object
|
/art/test/537-checker-debuggable/smali/ |
D | TestCase.smali | 20 # be eliminated in normal mode but kept live in debuggable mode. Test that
|
/art/build/ |
D | README.md | 74 normal way. 102 3. Build the system image the normal way, for example:
|
/art/tools/jvmti-agents/enable-vlog/ |
D | README.md | 18 The agent is loaded using -agentpath like normal. It takes arguments in the
|
/art/tools/jvmti-agents/field-null-percent/ |
D | README.md | 17 The agent is loaded using -agentpath like normal. It takes arguments in the
|
/art/test/510-checker-try-catch/smali/ |
D | SsaBuilder.smali | 19 # Tests that catch blocks with both normal and exceptional predecessors are 178 # This constant reaches Return via the normal control-flow path and both
|
/art/tools/jvmti-agents/ti-fast/ |
D | README.md | 18 The agent is loaded using -agentpath like normal. It takes arguments in the
|
/art/tools/jvmti-agents/field-counts/ |
D | README.md | 18 The agent is loaded using -agentpath like normal. It takes arguments in the
|
/art/tools/jvmti-agents/ti-alloc-sample/ |
D | README.md | 17 The agent is loaded using -agentpath like normal. It takes arguments in the
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 62 In normal operation, the dedicated register rIBASE
|
/art/libnativeloader/test/ |
D | Android.bp | 179 // A normal app installed in /data.
|
/art/runtime/ |
D | native_gc_triggering.md | 79 trigger a native GC when we are closer to the normal Java GC threshold.
|
D | mutator_gc_coord.md | 84 rules of our normal static thread-safety analysis. Thus a function that is 151 The mutator lock participates in the normal ART lock ordering hierarchy, as though it
|