Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 16 of 16) sorted by relevance

/dalvik/vm/jdwp/
DJdwpConstants.cpp200 const char* dvmJdwpStepDepthStr(JdwpStepDepth depth) in dvmJdwpStepDepthStr()
DJdwpEvent.h73 int depth; /* JdwpStepDepth */ member
DJdwpEvent.cpp207 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); in dvmJdwpRegisterEvent() local
DJdwpHandler.cpp1498 u4 size, depth; in handleER_Set() local
/dalvik/dx/src/com/android/dx/merge/
DSortableType.java48 private int depth = -1; field in SortableType
/dalvik/tests/067-preemptive-unpark/src/
DMain.java64 private static void clearStack(int depth) { in clearStack()
/dalvik/vm/native/
Ddalvik_system_VMStack.cpp77 size_t depth = dvmComputeExactFrameDepth(fp); in Dalvik_dalvik_system_VMStack_getClasses() local
/dalvik/hit/src/com/android/hit/
DState.java87 int depth) { in getStackTraceAtDepth()
DHeap.java68 int depth) { in getStackTraceAtDepth()
/dalvik/tests/074-gc-thrash/src/
DMain.java253 private String dive(int depth, int iteration) { in dive()
/dalvik/vm/
DDebugger.h66 JdwpStepDepth depth; member
DAllocTracker.cpp396 int depth; in generateBaseOutput() local
DDebugger.cpp2561 JdwpStepDepth depth) in dvmDbgConfigureStep()
/dalvik/vm/interp/
DInterp.cpp503 bool dvmAddSingleStep(Thread* thread, int size, int depth) in dvmAddSingleStep()
/dalvik/vm/analysis/
DCodeVerify.cpp2294 int depth = 0; in getClassDepth() local
/dalvik/tools/dmtracedump/
DTraceDump.c232 int depth[MAX_THREADS]; member