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

  /dalvik/vm/mterp/c/
OP_INVOKE_OBJECT_INIT_RANGE.cpp 23 if (self->interpBreak.ctl.subMode & kSubModeDebuggerActive) {
OP_EXECUTE_INLINE.cpp 50 if (self->interpBreak.ctl.subMode & kSubModeDebuggerActive) {
OP_EXECUTE_INLINE_RANGE.cpp 34 if (self->interpBreak.ctl.subMode & kSubModeDebuggerActive) {
  /dalvik/vm/interp/
InterpState.h 50 kSubModeDebuggerActive = 0x0008,
60 kSubModeDebuggerActive)
80 kSubModeDebuggerActive | \
Interp.cpp 630 if (self->interpBreak.ctl.subMode & kSubModeDebuggerActive) {
668 if (self->interpBreak.ctl.subMode & kSubModeDebuggerActive) {
682 if (self->interpBreak.ctl.subMode & kSubModeDebuggerActive) {
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_OBJECT_INIT_RANGE.S 19 ands r1, #kSubModeDebuggerActive @ debugger active?
  /dalvik/vm/mterp/common/
asm-constants.h 305 MTERP_CONSTANT(kSubModeDebuggerActive, 0x0008)
  /dalvik/vm/mterp/out/
InterpC-x86-atom.cpp     [all...]
InterpC-x86.cpp     [all...]
InterpC-allstubs.cpp     [all...]
InterpC-portable.cpp     [all...]
InterpAsm-armv5te-vfp.S     [all...]
InterpAsm-armv5te.S     [all...]
InterpAsm-armv7-a-neon.S     [all...]
InterpAsm-armv7-a.S     [all...]
  /dalvik/vm/
Debugger.cpp 401 dvmEnableAllSubMode(kSubModeDebuggerActive);
420 dvmDisableAllSubMode(kSubModeDebuggerActive);
    [all...]

Completed in 2882 milliseconds