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

  /dalvik/vm/mterp/
Mterp.c 86 glue->pDebuggerActive = &gDvm.debuggerActive;
88 glue->pDebuggerActive = NULL;
  /dalvik/vm/interp/
InterpDefs.h 134 volatile u1* pDebuggerActive;
  /dalvik/vm/mterp/common/
asm-constants.h 99 MTERP_OFFSET(offGlue_pDebuggerActive, MterpGlue, pDebuggerActive, 44)
  /dalvik/vm/mterp/x86-atom/
footer.S 38 movl offGlue_pDebuggerActive(%edx), %eax # %eax<- pDebuggerActive
85 movl offGlue_pDebuggerActive(%ecx), %eax # %eax<- pDebuggerActive
364 movl offGlue_pDebuggerActive(rINST), %eax # %eax<- pDebuggerActive
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]

Completed in 20 milliseconds