Home
last modified time | relevance | path

Searched refs:dvmGetMethodSourceFile (Results 1 – 14 of 14) sorted by relevance

/dalvik/vm/hprof/
DHprofStackFrame.c70 const char* sourceFile = dvmGetMethodSourceFile(method); in hprofStartup_StackFrame()
203 sourceFile = dvmGetMethodSourceFile(method); in hprofDumpStackFrames()
/dalvik/vm/mterp/c/
DgotoTargets.c696 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET()
708 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET()
710 dvmGetMethodSourceFile(catchMethod), in GOTO_TARGET()
/dalvik/vm/
DException.c1173 sourceFile = dvmGetMethodSourceFile(meth); in dvmGetStackTraceRaw()
1236 dotName, meth->name, dvmGetMethodSourceFile(meth), in dvmLogRawStackTrace()
1242 sourceFile = dvmGetMethodSourceFile(meth); in dvmLogRawStackTrace()
DProfile.c293 dvmGetMethodSourceFile(meth), dvmLineNumFromPC(meth, 0)); in dumpMarkedMethods()
306 dvmGetMethodSourceFile(meth), dvmLineNumFromPC(meth, 0)); in dumpMarkedMethods()
DAllocTracker.c304 const char* fileName = dvmGetMethodSourceFile(method); in getMethodSourceFile()
DSync.c426 fileName = dvmGetMethodSourceFile(meth); in logContentionEvent()
513 mon->ownerFileName = (char*) dvmGetMethodSourceFile(meth); in lockMonitor()
/dalvik/vm/oo/
DObject.h642 const char* dvmGetMethodSourceFile(const Method* meth);
DObject.c678 const char* dvmGetMethodSourceFile(const Method* meth) in dvmGetMethodSourceFile() function
/dalvik/vm/mterp/out/
DInterpC-x86-atom.c2018 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET()
2030 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET()
2032 dvmGetMethodSourceFile(catchMethod), in GOTO_TARGET()
DInterpC-x86.c1955 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET()
1967 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET()
1969 dvmGetMethodSourceFile(catchMethod), in GOTO_TARGET()
DInterpC-portstd.c3853 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in INTERP_FUNC_NAME()
3865 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in INTERP_FUNC_NAME()
3867 dvmGetMethodSourceFile(catchMethod), in INTERP_FUNC_NAME()
DInterpC-allstubs.c3824 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET()
3836 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET()
3838 dvmGetMethodSourceFile(catchMethod), in GOTO_TARGET()
DInterpC-portdbg.c4103 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in INTERP_FUNC_NAME()
4115 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in INTERP_FUNC_NAME()
4117 dvmGetMethodSourceFile(catchMethod), in INTERP_FUNC_NAME()
/dalvik/vm/interp/
DStack.c1226 className, method->name, dvmGetMethodSourceFile(method), in dumpFrames()