Home
last modified time | relevance | path

Searched refs:class_id (Results 1 – 8 of 8) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc90 RefTypeId class_id, MethodId method_id, bool is_constructor) in RequestInvoke() argument
99 class_id, method_id, Dbg::GetClassName(class_id).c_str(), in RequestInvoke()
119 class_id, method_id, arg_count, in RequestInvoke()
588 RefTypeId class_id = request->ReadRefTypeId(); in RT_Instances() local
595 JdwpError rc = Dbg::GetInstances(class_id, max_count, &instances); in RT_Instances()
608 RefTypeId class_id = request->ReadRefTypeId(); in CT_Superclass() local
610 JdwpError status = Dbg::GetSuperclass(class_id, &superClassId); in CT_Superclass()
623 RefTypeId class_id = request->ReadRefTypeId(); in CT_SetValues() local
626 UNUSED(class_id); in CT_SetValues()
653 RefTypeId class_id = request->ReadRefTypeId(); in CT_InvokeMethod() local
[all …]
Djdwp_expand_buf.cc184 expandBufAddObjectId(buf, location.class_id); in expandBufAddLocation()
Djdwp_main.cc756 << Dbg::GetClassName(rhs.class_id) << "." << Dbg::GetMethodName(rhs.method_id) in operator <<()
763 lhs.class_id == rhs.class_id && lhs.type_tag == rhs.type_tag; in operator ==()
Djdwp_request.cc148 location.class_id = ReadObjectId("class"); in ReadLocation()
Djdwp_event.cc270 Dbg::GetObjectRegistry()->Get<art::mirror::Class*>(loc.class_id, &error)); in UnregisterLocationEventsOnClass()
1191 if (jdwp_catch_location.class_id == 0) { in PostException()
1253 RefTypeId class_id = registry->AddRefType(basket.locationClass); in PostClassPrepare() local
1265 VLOG(jdwp) << StringPrintf(" type=%#" PRIx64, class_id) << " " << signature; in PostClassPrepare()
1292 expandBufAddRefTypeId(pReq, class_id); in PostClassPrepare()
Djdwp.h88 RefTypeId class_id; member
/art/runtime/
Ddebugger.h298 static JDWP::JdwpError GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply)
302 static JDWP::JdwpError GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag,
331 static JDWP::JdwpError CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id)
347 static bool MatchType(ObjPtr<mirror::Class> event_class, JDWP::RefTypeId class_id)
376 static JDWP::JdwpError GetInstances(JDWP::RefTypeId class_id, int32_t max_count,
419 static JDWP::JdwpError GetBytecodes(JDWP::RefTypeId class_id, JDWP::MethodId method_id,
637 JDWP::ObjectId object_id, JDWP::RefTypeId class_id,
/art/runtime/jit/
Dprofile_compilation_info.cc432 for (const auto& class_id : dex_data.class_set) { in Save() local
435 DCHECK_GE(class_id.index_, last_class_index); in Save()
436 uint16_t diff_with_last_class_index = class_id.index_ - last_class_index; in Save()
437 last_class_index = class_id.index_; in Save()
1156 for (const auto& class_id : dex_data->class_set) { in VerifyProfileData() local
1157 if (class_id.index_ >= dex_file->NumTypeIds()) { in VerifyProfileData()
1159 << dex_location << " class_id=" << class_id.index_ << " NumClassIds=" in VerifyProfileData()