HomeSort by relevance Sort by last modified time
    Searched defs:pJitTraceProfCounters (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/
Compiler.cpp 391 JitTraceProfCounters *pJitTraceProfCounters = NULL;
463 pJitTraceProfCounters = (JitTraceProfCounters*)
464 calloc(1, sizeof(*pJitTraceProfCounters));
465 if (!pJitTraceProfCounters) {
484 gDvmJit.pJitTraceProfCounters = pJitTraceProfCounters;
  /dalvik/vm/
Globals.h 796 struct JitTraceProfCounters *pJitTraceProfCounters;
    [all...]

Completed in 370 milliseconds