Searched refs:dvmComputeExactFrameDepth (Results 1 - 7 of 7) sorted by relevance

/dalvik/vm/interp/
H A DStack.h234 int dvmComputeExactFrameDepth(const void* fp);
H A DStack.cpp840 int dvmComputeExactFrameDepth(const void* fp) function
/dalvik/vm/native/
H A Ddalvik_system_VMStack.cpp77 size_t depth = dvmComputeExactFrameDepth(fp);
/dalvik/vm/
H A DException.cpp612 dvmComputeExactFrameDepth(self->interpSave.curFrame));
H A DThread.cpp2010 int curDepth = dvmComputeExactFrameDepth(self->interpSave.curFrame);
H A DDebugger.cpp2059 count = dvmComputeExactFrameDepth(thread->interpSave.curFrame);
H A DJni.cpp173 if (dvmComputeExactFrameDepth(self->interpSave.curFrame) == 1) {

Completed in 129 milliseconds