Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/tests/123-dex-transform-invalid-virtual-to-direct/
Dinfo.txt1 This test checks that we convert invoke-virtual calls to private
2 methods with invoke-direct calls.
/dalvik/dx/tests/071-dex-java-stack-ops/
Dblort.j126 ; Test of "dup" opcode. This should end up causing these calls in order:
138 ; Test of "dup_x1" opcode. This should end up causing these calls in order:
152 ; Test of "dup_x2" opcode, form 1. This should end up causing these calls
168 ; Test of "dup_x2" opcode, form 2. This should end up causing these calls
182 ; Test of "dup2" opcode, form 1. This should end up causing these calls
197 ; Test of "dup2" opcode, form 2. This should end up causing these calls
209 ; Test of "dup2_x1" opcode, form 1. This should end up causing these calls
227 ; Test of "dup2_x1" opcode, form 2. This should end up causing these calls
241 ; Test of "dup2_x2" opcode, form 1. This should end up causing these calls
261 ; Test of "dup2_x2" opcode, form 2. This should end up causing these calls
[all …]
/dalvik/tools/dmtracedump/
DTraceDump.c202 StackEntry calls[MAX_STACK_DEPTH]; member
1487 if (pStack->calls[ii].method == method) in countRecursiveEntries()
1497 MethodEntry *method = pStack->calls[ii].method; in stackDump()
1498 uint64_t entryTime = pStack->calls[ii].entryTime; in stackDump()
2374 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys()
2391 pStack->calls[pStack->top].method = method; in parseDataKeys()
2392 pStack->calls[pStack->top++].entryTime = currentTime; in parseDataKeys()
2400 entryTime = pStack->calls[pStack->top].entryTime; in parseDataKeys()
2401 if (method != pStack->calls[pStack->top].method) { in parseDataKeys()
2419 caller = pStack->calls[pStack->top - 1].method; in parseDataKeys()
[all …]