Home
last modified time | relevance | path

Searched refs:dvmAddSingleStep (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/interp/
DInterp.h34 bool dvmAddSingleStep(Thread* thread, int size, int depth);
DInterp.c143 bool dvmAddSingleStep(Thread* thread, int size, int depth) in dvmAddSingleStep() function
/dalvik/vm/
DDebugger.c2629 if (!dvmAddSingleStep(thread, size, depth)) in dvmDbgConfigureStep()