Searched refs:dvmGetMethodSourceFile (Results 1 – 14 of 14) sorted by relevance
/dalvik/vm/hprof/ |
D | HprofStackFrame.c | 70 const char* sourceFile = dvmGetMethodSourceFile(method); in hprofStartup_StackFrame() 203 sourceFile = dvmGetMethodSourceFile(method); in hprofDumpStackFrames()
|
/dalvik/vm/mterp/c/ |
D | gotoTargets.c | 696 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/ |
D | Exception.c | 1173 sourceFile = dvmGetMethodSourceFile(meth); in dvmGetStackTraceRaw() 1236 dotName, meth->name, dvmGetMethodSourceFile(meth), in dvmLogRawStackTrace() 1242 sourceFile = dvmGetMethodSourceFile(meth); in dvmLogRawStackTrace()
|
D | Profile.c | 293 dvmGetMethodSourceFile(meth), dvmLineNumFromPC(meth, 0)); in dumpMarkedMethods() 306 dvmGetMethodSourceFile(meth), dvmLineNumFromPC(meth, 0)); in dumpMarkedMethods()
|
D | AllocTracker.c | 304 const char* fileName = dvmGetMethodSourceFile(method); in getMethodSourceFile()
|
D | Sync.c | 426 fileName = dvmGetMethodSourceFile(meth); in logContentionEvent() 513 mon->ownerFileName = (char*) dvmGetMethodSourceFile(meth); in lockMonitor()
|
/dalvik/vm/oo/ |
D | Object.h | 642 const char* dvmGetMethodSourceFile(const Method* meth);
|
D | Object.c | 678 const char* dvmGetMethodSourceFile(const Method* meth) in dvmGetMethodSourceFile() function
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86-atom.c | 2018 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET() 2030 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET() 2032 dvmGetMethodSourceFile(catchMethod), in GOTO_TARGET()
|
D | InterpC-x86.c | 1955 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET() 1967 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET() 1969 dvmGetMethodSourceFile(catchMethod), in GOTO_TARGET()
|
D | InterpC-portstd.c | 3853 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()
|
D | InterpC-allstubs.c | 3824 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET() 3836 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod), in GOTO_TARGET() 3838 dvmGetMethodSourceFile(catchMethod), in GOTO_TARGET()
|
D | InterpC-portdbg.c | 4103 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/ |
D | Stack.c | 1226 className, method->name, dvmGetMethodSourceFile(method), in dumpFrames()
|