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

  /dalvik/vm/interp/
InterpDefs.h 82 return gDvm.debuggerActive || gDvm.activeProfilers != 0;
  /dalvik/vm/
Globals.h 665 volatile int activeProfilers;
    [all...]
Profile.cpp 373 oldValue = gDvm.activeProfilers;
380 &gDvm.activeProfilers) != 0);
    [all...]
  /dalvik/vm/compiler/
Compiler.cpp 840 if ((gDvm.activeProfilers != 0) &&

Completed in 275 milliseconds