HomeSort by relevance Sort by last modified time
    Searched refs:dvmGetThreadCpuTimeNsec (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/
Misc.h 255 u8 dvmGetThreadCpuTimeNsec(void);
261 return dvmGetThreadCpuTimeNsec() / 1000;
265 * Like dvmGetThreadCpuTimeNsec, but for a different thread.
Misc.c 556 u8 dvmGetThreadCpuTimeNsec(void)
  /dalvik/vm/oo/
Class.c 217 logClassLoadWithTime(type, clazz, dvmGetThreadCpuTimeNsec());
    [all...]

Completed in 1373 milliseconds