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) {
  /dalvik/vm/interp/
InterpState.h 61 kSubModeDebuggerActive = 0x0008,
72 kSubModeDebuggerActive)
92 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/mips/
OP_INVOKE_OBJECT_INIT_RANGE.S 27 and a1, kSubModeDebuggerActive # debugger active?
  /dalvik/vm/mterp/x86/
OP_INVOKE_OBJECT_INIT_RANGE.S 21 andl $$kSubModeDebuggerActive, %eax # debugger active?
  /dalvik/vm/mterp/common/
asm-constants.h 309 MTERP_CONSTANT(kSubModeDebuggerActive, 0x0008)
  /dalvik/vm/
Debugger.cpp 401 dvmEnableAllSubMode(kSubModeDebuggerActive);
420 dvmDisableAllSubMode(kSubModeDebuggerActive);
    [all...]
  /dalvik/vm/mterp/out/
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...]
InterpAsm-mips.S     [all...]

Completed in 1325 milliseconds