Searched refs:cpuClockBase (Results 1 – 2 of 2) sorted by relevance
279 thread->cpuClockBase = 0; in resetCpuClockBase()750 self->cpuClockBase = getThreadCpuTimeInUsec(); in dvmMethodTraceAdd()787 u4 cpuClockDiff = (u4) (getThreadCpuTimeInUsec() - self->cpuClockBase); in dvmMethodTraceAdd()
288 u8 cpuClockBase; member