Searched refs:dvmHumanReadableMethod (Results 1 – 4 of 4) sorted by relevance
169 std::string dvmHumanReadableMethod(const Method* method, bool withSignature);
297 std::string dvmHumanReadableMethod(const Method* method, bool withSignature) in dvmHumanReadableMethod() function
609 std::string name(dvmHumanReadableMethod((Method*) mid, true)); in check()653 std::string methodName(dvmHumanReadableMethod(method, false)); in check()
1228 std::string methodName(dvmHumanReadableMethod(method, false)); in dumpFrames()