Home
last modified time | relevance | path

Searched refs:active (Results 1 – 18 of 18) sorted by relevance

/dalvik/tests/082-inline-execute/
Dinfo.txt8 active.
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DLocalList.java395 Entry[] active = new Entry[65536]; in debugVerify0() local
402 Entry already = active[reg]; in debugVerify0()
410 active[reg] = e; in debugVerify0()
412 if (active[reg] == null) { in debugVerify0()
449 active[reg] = null; in debugVerify0()
/dalvik/dx/src/com/android/dx/dex/code/
DLocalList.java395 Entry[] active = new Entry[65536]; in debugVerify0() local
402 Entry already = active[reg]; in debugVerify0()
410 active[reg] = e; in debugVerify0()
412 if (active[reg] == null) { in debugVerify0()
449 active[reg] = null; in debugVerify0()
/dalvik/vm/mterp/mips/
DOP_INVOKE_OBJECT_INIT_RANGE.S27 and a1, kSubModeDebuggerActive # debugger active?
Dfooter.S714 bnez ra, 11f # Any special SubModes active?
/dalvik/vm/mterp/armv5te/
DOP_INVOKE_OBJECT_INIT_RANGE.S19 ands r1, #kSubModeDebuggerActive @ debugger active?
Dfooter.S656 cmp lr, #0 @ any special SubModes active?
/dalvik/vm/mterp/x86/
DOP_INVOKE_OBJECT_INIT_RANGE.S21 andl $$kSubModeDebuggerActive, %eax # debugger active?
DOP_EXECUTE_INLINE.S19 andl $$kSubModeDebugProfile, %edx # debug or profile mode active?
/dalvik/vm/
DDebugger.h70 bool active; member
/dalvik/vm/interp/
DInterp.cpp507 if (pCtrl->active && thread != pCtrl->thread) { in dvmAddSingleStep()
593 pCtrl->active = true; in dvmAddSingleStep()
611 gDvm.stepControl.active = false; in dvmClearSingleStep()
766 if (pCtrl->active && pCtrl->thread == self) { in updateDebugger()
/dalvik/vm/mterp/
DREADME.txt261 The subMode field is a bitmask which records all currently active
263 is active, kSubModeMethodTrace is set. This bit informs the interpreter
265 return. There are similar bits for an active debugging session,
/dalvik/vm/mterp/out/
DInterpAsm-armv7-a.S7333 ands r1, #kSubModeDebuggerActive @ debugger active?
16237 cmp lr, #0 @ any special SubModes active?
DInterpAsm-armv5te-vfp.S7375 ands r1, #kSubModeDebuggerActive @ debugger active?
16300 cmp lr, #0 @ any special SubModes active?
DInterpAsm-armv7-a-neon.S7333 ands r1, #kSubModeDebuggerActive @ debugger active?
16237 cmp lr, #0 @ any special SubModes active?
DInterpAsm-mips.S8830 and a1, kSubModeDebuggerActive # debugger active?
11720 bnez ra, 11f # Any special SubModes active?
DInterpAsm-armv5te.S7697 ands r1, #kSubModeDebuggerActive @ debugger active?
16758 cmp lr, #0 @ any special SubModes active?
DInterpAsm-x86.S7838 andl $kSubModeDebugProfile, %edx # debug or profile mode active?