Searched refs:calls (Results 1 – 22 of 22) sorted by relevance
/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/464-checker-inline-sharpen-calls/ |
D | info.txt | 1 Check that we inline sharpen calls.
|
/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/647-jni-get-field-id/ |
D | info.txt | 1 Test for native calls to JNI GetFieldID() with odd signatures.
|
/art/test/591-new-instance-string/ |
D | info.txt | 1 Regression test on new-instance that reaches multiple <init> calls.
|
/art/test/488-checker-inline-recursive-calls/ |
D | info.txt | 1 Checker test for inlining calls that in turn call the outer method.
|
/art/test/493-checker-inline-invoke-interface/ |
D | info.txt | 1 Check that we can optimize interface calls without
|
/art/test/496-checker-inlining-class-loader/ |
D | expected.txt | 3 In between the two calls.
|
/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/1944-sudden-exit/ |
D | info.txt | 1 Test to make sure the runtime will not crash if an agent calls exit(3) while
|
/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.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/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 …]
|
/art/test/970-iface-super-resolution-gen/util-src/ |
D | generate_smali.py | 391 calls = '\n'.join(map(lambda a: self.TEST_CALL_TEMPLATE.format(iface = a.get_name(), 402 test_calls = calls)
|
/art/test/530-checker-regression-reftyp-final/smali/ |
D | TestCase.smali | 21 # The type information is only used by recursive calls to the inliner and is
|
/art/tools/jvmti-agents/ti-fast/ |
D | README.md | 34 * Only events which do not require additional function calls to cause delivery
|