Home
last modified time | relevance | path

Searched refs:dvmHumanReadableMethod (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/
DMisc.h169 std::string dvmHumanReadableMethod(const Method* method, bool withSignature);
DMisc.cpp297 std::string dvmHumanReadableMethod(const Method* method, bool withSignature) in dvmHumanReadableMethod() function
DCheckJni.cpp609 std::string name(dvmHumanReadableMethod((Method*) mid, true)); in check()
653 std::string methodName(dvmHumanReadableMethod(method, false)); in check()
/dalvik/vm/interp/
DStack.cpp1228 std::string methodName(dvmHumanReadableMethod(method, false)); in dumpFrames()