Searched refs:per (Results 1 - 6 of 6) sorted by relevance

/dalvik/vm/compiler/template/mips/
H A DTEMPLATE_INVOKE_METHOD_CHAIN.S16 sll t6, t7, 2 # multiply regsSize by 4 (4 bytes per reg)
21 sll t6, a2, 2 # multiply outsSize by 4 (4 bytes per reg)
H A DTEMPLATE_INVOKE_METHOD_NO_OPT.S13 sll t6, t7, 2 # multiply regsSize by 4 (4 bytes per reg)
16 sll t6, a2, 2 # multiply outsSize by 4 (4 bytes per reg)
H A DTEMPLATE_INVOKE_METHOD_NATIVE.S7 sll t6, t7, 2 # multiply regsSize by 4 (4 bytes per reg)
/dalvik/tools/dmtracedump/
H A DTraceDump.c725 * Count the number of thread entries (one per line).
781 * Count the number of method entries (one per line).
1427 double per = 100.0 * pTimed->elapsedInclusive / methodTotal; local
1454 "", "", per,
1471 "", "", per,
1535 double total, sum, per, sum_per; local
1589 per = 100.0 * method->elapsedExclusive / total;
1599 method->elapsedExclusive, per, sum_per,
1604 method->elapsedExclusive, per, sum_per,
1696 double total, sum, per, sum_pe local
1897 double total, sum, per, sum_per; local
2133 double total, sum, per, sum_per; local
[all...]
/dalvik/vm/mterp/mips/
H A Dfooter.S849 sw t0, STACK_OFFSET_ARG04(sp) # save it in arg4 as per ABI
/dalvik/vm/mterp/out/
H A DInterpAsm-mips.S4601 * We have to clip values to int min/max per the specification. The
11851 sw t0, STACK_OFFSET_ARG04(sp) # save it in arg4 as per ABI

Completed in 126 milliseconds