Home
last modified time | relevance | path

Searched refs:DescribeMethod (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_request.cc98 VLOG(jdwp) << " method id " << DescribeMethod(id); in ReadMethodId()
Djdwp.h419 std::string DescribeMethod(const MethodId& method_id) REQUIRES_SHARED(Locks::mutator_lock_);
Djdwp_handler.cc49 std::string DescribeMethod(const MethodId& method_id) { in DescribeMethod() function