/art/test/487-checker-inline-calls/ |
D | Android.bp | 3 // Build rules for ART run-test `487-checker-inline-calls`. 16 name: "art-run-test-487-checker-inline-calls", 21 ":art-run-test-487-checker-inline-calls-expected-stdout", 22 ":art-run-test-487-checker-inline-calls-expected-stderr", 31 name: "art-run-test-487-checker-inline-calls-expected-stdout", 32 out: ["art-run-test-487-checker-inline-calls-expected-stdout.txt"], 39 name: "art-run-test-487-checker-inline-calls-expected-stderr", 40 out: ["art-run-test-487-checker-inline-calls-expected-stderr.txt"],
|
/art/test/464-checker-inline-sharpen-calls/ |
D | Android.bp | 3 // Build rules for ART run-test `464-checker-inline-sharpen-calls`. 16 name: "art-run-test-464-checker-inline-sharpen-calls", 21 ":art-run-test-464-checker-inline-sharpen-calls-expected-stdout", 22 ":art-run-test-464-checker-inline-sharpen-calls-expected-stderr", 31 name: "art-run-test-464-checker-inline-sharpen-calls-expected-stdout", 32 out: ["art-run-test-464-checker-inline-sharpen-calls-expected-stdout.txt"], 39 name: "art-run-test-464-checker-inline-sharpen-calls-expected-stderr", 40 out: ["art-run-test-464-checker-inline-sharpen-calls-expected-stderr.txt"],
|
D | info.txt | 1 Check that we inline sharpen calls.
|
/art/test/488-checker-inline-recursive-calls/ |
D | Android.bp | 3 // Build rules for ART run-test `488-checker-inline-recursive-calls`. 16 name: "art-run-test-488-checker-inline-recursive-calls", 21 ":art-run-test-488-checker-inline-recursive-calls-expected-stdout", 22 ":art-run-test-488-checker-inline-recursive-calls-expected-stderr", 31 name: "art-run-test-488-checker-inline-recursive-calls-expected-stdout", 32 out: ["art-run-test-488-checker-inline-recursive-calls-expected-stdout.txt"], 39 name: "art-run-test-488-checker-inline-recursive-calls-expected-stderr", 40 out: ["art-run-test-488-checker-inline-recursive-calls-expected-stderr.txt"],
|
D | info.txt | 1 Checker test for inlining calls that in turn call the outer method.
|
/art/test/701-easy-div-rem/ |
D | genMain.py | 48 decls, calls = '', {} variable 64 calls[int_type] = calls.get(int_type, '') + subst_vars(local_vars, ''' 167 ''' % (checkers, decls, calls['int'], calls['long'])
|
/art/test/179-nonvirtual-jni/ |
D | info.txt | 1 Ensure that calls to InvokeNonVirtual resolve correctly
|
/art/test/490-checker-inline/ |
D | info.txt | 1 Check that we inline virtual and interface calls.
|
/art/test/492-checker-inline-invoke-interface/ |
D | info.txt | 1 Checker test to ensure we can inline interface calls.
|
/art/test/591-new-instance-string/ |
D | info.txt | 1 Regression test on new-instance that reaches multiple <init> calls.
|
/art/test/647-jni-get-field-id/ |
D | info.txt | 1 Test for native calls to JNI GetFieldID() with odd signatures.
|
/art/test/812-recursive-default/ |
D | info.txt | 1 Test that the compiler can handle recursive calls in a
|
/art/test/496-checker-inlining-class-loader/ |
D | expected-stdout.txt | 3 In between the two calls.
|
/art/test/493-checker-inline-invoke-interface/ |
D | info.txt | 1 Check that we can optimize interface calls without
|
/art/test/508-referrer-method/ |
D | info.txt | 2 to do incorrect access checks on static calls when inlining.
|
/art/test/563-checker-invoke-super/ |
D | info.txt | 2 calls when in the same dex file.
|
/art/test/609-checker-inline-interface/ |
D | info.txt | 1 Checker test that we inline interface calls and if we can't inline
|
/art/test/626-set-resolved-string/ |
D | info.txt | 1 Test that even if Java code calls DexCache.setResolvedString and does
|
/art/test/1958-transform-try-jit/ |
D | info.txt | 4 Note this test deliberately avoids any internal libart calls so it can be
|
/art/test/087-gc-after-link/ |
D | info.txt | 1 This test causes a linkage error, which calls dvmFreeClassInnards on
|
/art/test/901-hello-ti-agent/ |
D | expected-stdout.txt | 6 Received expected error for unattached JVMTI calls
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | README.md | 4 an agents GetSystemPropert{y,ies} calls.
|
/art/runtime/ |
D | mutator_gc_coord.md | 43 `@CriticalNative` calls avoid these transitions, instead allowing the thread to 120 `RunCheckpoint()` does not wait for completion of the function calls triggered by 132 : ThreadList provides a number of `SuspendThread...()` calls and 134 `Resume()` or `ResumeAll()`. The `Suspend...` calls guarantee that the target
|
D | alloc_instrumentation.md | 20 - With a started runtime, `SetEntrypointsInstrumented()` calls `ScopedSupendAll(`) before updating
|
/art/tools/dmtracedump/ |
D | tracedump.cc | 204 StackEntry calls[MAX_STACK_DEPTH]; member 1310 if (pStack->calls[ii].method == method) method->recursiveEntries += 1; in countRecursiveEntries() 1316 MethodEntry* method = pStack->calls[ii].method; in stackDump() 1317 uint64_t entryTime = pStack->calls[ii].entryTime; in stackDump() 2110 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys() 2127 pStack->calls[pStack->top].method = method; in parseDataKeys() 2128 pStack->calls[pStack->top++].entryTime = currentTime; in parseDataKeys() 2136 entryTime = pStack->calls[pStack->top].entryTime; in parseDataKeys() 2137 if (method != pStack->calls[pStack->top].method) { in parseDataKeys() 2152 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys() [all …]
|