Home
last modified time | relevance | path

Searched refs:cpuClockBaseSet (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/
DProfile.cpp278 thread->cpuClockBaseSet = false; in resetCpuClockBase()
749 if (!self->cpuClockBaseSet) { in dvmMethodTraceAdd()
751 self->cpuClockBaseSet = true; in dvmMethodTraceAdd()
DThread.h287 bool cpuClockBaseSet; member