Searched refs:calls (Results 1 – 3 of 3) sorted by relevance
1 This test checks that we convert invoke-virtual calls to private2 methods with invoke-direct calls.
126 ; 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 calls168 ; Test of "dup_x2" opcode, form 2. This should end up causing these calls182 ; Test of "dup2" opcode, form 1. This should end up causing these calls197 ; Test of "dup2" opcode, form 2. This should end up causing these calls209 ; Test of "dup2_x1" opcode, form 1. This should end up causing these calls227 ; Test of "dup2_x1" opcode, form 2. This should end up causing these calls241 ; Test of "dup2_x2" opcode, form 1. This should end up causing these calls261 ; Test of "dup2_x2" opcode, form 2. This should end up causing these calls[all …]
202 StackEntry calls[MAX_STACK_DEPTH]; member1487 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 …]