Searched refs:dvmGetMethodSourceFile (Results 1 - 17 of 17) sorted by relevance

/dalvik/vm/mterp/c/
H A DgotoTargets.cpp686 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod),
698 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod),
700 dvmGetMethodSourceFile(catchMethod),
/dalvik/vm/
H A DProfile.cpp317 dvmGetMethodSourceFile(meth), dvmLineNumFromPC(meth, 0));
330 dvmGetMethodSourceFile(meth), dvmLineNumFromPC(meth, 0));
H A DAllocTracker.cpp305 const char* fileName = dvmGetMethodSourceFile(method);
H A DException.cpp1015 const char* sourceFile = dvmGetMethodSourceFile(meth);
1057 dotName.c_str(), meth->name, dvmGetMethodSourceFile(meth),
H A DSync.cpp309 fileName = dvmGetMethodSourceFile(meth);
378 currentOwnerFileName = dvmGetMethodSourceFile(currentOwnerMethod);
/dalvik/vm/oo/
H A DObject.h634 extern "C" const char* dvmGetMethodSourceFile(const Method* meth);
H A DObject.cpp727 const char* dvmGetMethodSourceFile(const Method* meth) function
/dalvik/vm/mterp/out/
H A DInterpC-x86-atom.cpp2001 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod),
2013 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod),
2015 dvmGetMethodSourceFile(catchMethod),
H A DInterpC-x86.cpp1943 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod),
1955 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod),
1957 dvmGetMethodSourceFile(catchMethod),
H A DInterpC-allstubs.cpp3762 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod),
3774 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod),
3776 dvmGetMethodSourceFile(catchMethod),
H A DInterpC-portable.cpp3712 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod),
3724 exception->clazz->descriptor, dvmGetMethodSourceFile(curMethod),
3726 dvmGetMethodSourceFile(catchMethod),
H A DInterpAsm-armv5te-vfp.S16567 @ dvmGetMethodSourceFile(method)
16569 bl dvmGetMethodSourceFile
H A DInterpAsm-armv7-a-neon.S16504 @ dvmGetMethodSourceFile(method)
16506 bl dvmGetMethodSourceFile
H A DInterpAsm-armv7-a.S16504 @ dvmGetMethodSourceFile(method)
16506 bl dvmGetMethodSourceFile
H A DInterpAsm-armv5te.S17025 @ dvmGetMethodSourceFile(method)
17027 bl dvmGetMethodSourceFile
/dalvik/vm/mterp/armv5te/
H A Dfooter.S924 @ dvmGetMethodSourceFile(method)
926 bl dvmGetMethodSourceFile
/dalvik/vm/interp/
H A DStack.cpp1234 methodName.c_str(), dvmGetMethodSourceFile(method),

Completed in 379 milliseconds