Searched refs:ref_type_id (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Ddebugger.h280 static JDWP::JdwpError GetSignature(JDWP::RefTypeId ref_type_id, std::string* signature)
282 static JDWP::JdwpError GetSourceFile(JDWP::RefTypeId ref_type_id, std::string& source_file)
366 static JDWP::JdwpError OutputDeclaredFields(JDWP::RefTypeId ref_type_id, bool with_generic,
369 static JDWP::JdwpError OutputDeclaredMethods(JDWP::RefTypeId ref_type_id, bool with_generic,
372 static JDWP::JdwpError OutputDeclaredInterfaces(JDWP::RefTypeId ref_type_id,
375 static void OutputLineTable(JDWP::RefTypeId ref_type_id, JDWP::MethodId method_id,
378 static void OutputVariableTable(JDWP::RefTypeId ref_type_id, JDWP::MethodId id, bool with_generic,
403 static JDWP::JdwpError GetStaticFieldValue(JDWP::RefTypeId ref_type_id, JDWP::FieldId field_id,
H A Ddebugger.cc1797 static JDWP::JdwpError GetFieldValueImpl(JDWP::RefTypeId ref_type_id, JDWP::ObjectId object_id,
1802 mirror::Class* c = DecodeClass(ref_type_id, status);
1803 if (ref_type_id != 0 && c == NULL) {
1859 JDWP::JdwpError Dbg::GetStaticFieldValue(JDWP::RefTypeId ref_type_id, JDWP::FieldId field_id, JDWP::ExpandBuf* pReply) { argument
1860 return GetFieldValueImpl(ref_type_id, 0, field_id, pReply, true);
/art/runtime/jdwp/
H A Djdwp.h388 std::string DescribeRefTypeId(const RefTypeId& ref_type_id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Djdwp_handler.cc48 std::string DescribeRefTypeId(const RefTypeId& ref_type_id) { argument
50 Dbg::GetSignature(ref_type_id, &signature);
51 return StringPrintf("%#" PRIx64 " (%s)", ref_type_id, signature.c_str());

Completed in 59 milliseconds