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

  /dalvik/vm/
Profile.h 133 if (gDvm.activeProfilers != 0) { \
142 if (gDvm.activeProfilers != 0) { \
151 if (gDvm.activeProfilers != 0) { \
Globals.h 590 volatile int activeProfilers;
Profile.c 224 oldValue = gDvm.activeProfilers;
230 } while (!ATOMIC_CMP_SWAP(&gDvm.activeProfilers, oldValue, newValue));
  /dalvik/vm/interp/
InterpDefs.h 237 || gDvm.activeProfilers != 0
251 || gDvm.activeProfilers != 0
  /dalvik/vm/mterp/
Mterp.c 93 glue->pActiveProfilers = &gDvm.activeProfilers;
  /dalvik/vm/mterp/x86-atom/
footer.S 46 movl offGlue_pActiveProfilers(%edx), %ebx # %ebx<- activeProfilers (int)
47 or (%ebx), %eax # %eax<- merge activeProfilers and debuggerActive
93 movl offGlue_pActiveProfilers(%ecx), rINST # %edx<- activeProfilers (int)
94 or (rINST), %eax # %eax<- merge activeProfilers and debuggerActive
372 movl offGlue_pActiveProfilers(rINST), %edx # %edx<- activeProfilers (int)
373 or (%edx), %eax # %eax<- merge activeProfilers and debuggerActive
  /dalvik/vm/mterp/x86/
footer.S 290 movl offGlue_pActiveProfilers(%ecx),%ecx # ecx <- &ActiveProfilers
294 orl (%ecx),%eax # eax <- debuggerActive || activeProfilers
298 movl (%ecx),%eax # eax <= activeProfilers
  /dalvik/vm/mterp/common/
asm-constants.h 87 MTERP_SIZEOF(sizeofGlobal_activeProfilers, gDvm.activeProfilers, 4)
  /dalvik/vm/compiler/
Compiler.c 728 jitActivate = !(gDvm.debuggerActive || (gDvm.activeProfilers > 0));
  /dalvik/vm/mterp/armv5te/
footer.S 403 ldr r2, [rGLUE, #offGlue_pActiveProfilers] @ r2<- &activeProfilers
412 ldr r2, [r2] @ r2<- activeProfilers (int)
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]
InterpAsm-armv4t.S     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
InterpAsm-x86.S     [all...]

Completed in 266 milliseconds