Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_request.cc126 VLOG(jdwp) << " ref type id " << DescribeRefTypeId(id); in ReadRefTypeId()
Djdwp.h424 std::string DescribeRefTypeId(const RefTypeId& ref_type_id) REQUIRES_SHARED(Locks::mutator_lock_);
Djdwp_handler.cc53 std::string DescribeRefTypeId(const RefTypeId& ref_type_id) { in DescribeRefTypeId() function