Searched refs:activeProfilers (Results 1 - 4 of 4) sorted by path

/dalvik/vm/
H A DGlobals.h662 volatile int activeProfilers; member in struct:DvmGlobals
H A DProfile.cpp245 oldValue = gDvm.activeProfilers;
252 &gDvm.activeProfilers) != 0);
/dalvik/vm/compiler/
H A DCompiler.cpp838 if ((gDvm.activeProfilers != 0) &&
/dalvik/vm/interp/
H A DInterpDefs.h82 return gDvm.debuggerActive || gDvm.activeProfilers != 0;

Completed in 101 milliseconds