Home
last modified time | relevance | path

Searched defs:class_id (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc90 RefTypeId class_id, MethodId method_id, bool is_constructor) in RequestInvoke()
588 RefTypeId class_id = request->ReadRefTypeId(); in RT_Instances() local
608 RefTypeId class_id = request->ReadRefTypeId(); in CT_Superclass() local
623 RefTypeId class_id = request->ReadRefTypeId(); in CT_SetValues() local
653 RefTypeId class_id = request->ReadRefTypeId(); in CT_InvokeMethod() local
670 RefTypeId class_id = request->ReadRefTypeId(); in CT_NewInstance() local
706 RefTypeId class_id = request->ReadRefTypeId(); in IT_InvokeMethod() local
729 RefTypeId class_id = request->ReadRefTypeId(); in M_VariableTable() local
752 RefTypeId class_id = request->ReadRefTypeId(); in M_Bytecodes() local
857 RefTypeId class_id = request->ReadRefTypeId(); in OR_InvokeMethod() local
[all …]
Djdwp.h88 RefTypeId class_id; member
Djdwp_event.cc1253 RefTypeId class_id = registry->AddRefType(basket.locationClass); in PostClassPrepare() local
/art/runtime/
Ddebugger.cc773 std::string Dbg::GetClassName(JDWP::RefTypeId class_id) { in GetClassName()
974 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, in GetInstances()
1070 JDWP::JdwpError Dbg::GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in GetReflectedType()
1106 JDWP::JdwpError Dbg::GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag, in GetClassInfo()
1158 JDWP::JdwpError Dbg::GetSignature(JDWP::RefTypeId class_id, std::string* signature) { in GetSignature()
1169 JDWP::JdwpError Dbg::GetSourceDebugExtension(JDWP::RefTypeId class_id, in GetSourceDebugExtension()
1186 JDWP::JdwpError Dbg::GetSourceFile(JDWP::RefTypeId class_id, std::string* result) { in GetSourceFile()
1368 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id) { in CreateObject()
1459 bool Dbg::MatchType(ObjPtr<mirror::Class> event_class, JDWP::RefTypeId class_id) { in MatchType()
1599 JDWP::JdwpError Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredFields()
[all …]
/art/runtime/jit/
Dprofile_compilation_info.cc432 for (const auto& class_id : dex_data.class_set) { in Save() local
1156 for (const auto& class_id : dex_data->class_set) { in VerifyProfileData() local