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

/art/test/701-easy-div-rem/
H A DgenMain.py47 # Generate all the function bodies (in decls) and all the function calls (in calls).
48 decls, calls = '', {}
64 calls[int_type] = calls.get(int_type, '') + subst_vars(local_vars, '''
167 ''' % (checkers, decls, calls['int'], calls['long'])
/art/test/970-iface-super-resolution-generated/util-src/
H A Dgenerate_smali.py391 calls = '\n'.join(map(lambda a: self.TEST_CALL_TEMPLATE.format(iface = a.get_name(),
402 test_calls = calls)
/art/tools/dmtracedump/
H A Dtracedump.cc104 "<th>1: # calls</th>\n"
105 "<th>2: # calls</th>\n"
113 "<th># calls</th>\n";
204 StackEntry calls[MAX_STACK_DEPTH]; member in struct:CallStack
1306 if (pStack->calls[ii].method == method) method->recursiveEntries += 1;
1312 MethodEntry* method = pStack->calls[ii].method;
1313 uint64_t entryTime = pStack->calls[ii].entryTime;
1510 printf("index %%/total %%/self index calls usecs name\n");
1688 * in that class. Also sum the number of method calls. Also
1898 * with the same name. Also sum the number of method calls
[all...]

Completed in 641 milliseconds