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

  /dalvik/vm/
Misc.h 243 u8 dvmGetThreadCpuTimeNsec(void);
249 return dvmGetThreadCpuTimeNsec() / 1000;
253 * Like dvmGetThreadCpuTimeNsec, but for a different thread.
Misc.c 552 u8 dvmGetThreadCpuTimeNsec(void)
  /dalvik/vm/oo/
Class.c 214 logClassLoadWithTime(type, clazz, dvmGetThreadCpuTimeNsec());
    [all...]

Completed in 54 milliseconds