Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc87 RefTypeId class_id, MethodId method_id, bool is_constructor) in RequestInvoke()
580 RefTypeId class_id = request->ReadRefTypeId(); in RT_Instances() local
600 RefTypeId class_id = request->ReadRefTypeId(); in CT_Superclass() local
615 RefTypeId class_id = request->ReadRefTypeId(); in CT_SetValues() local
645 RefTypeId class_id = request->ReadRefTypeId(); in CT_InvokeMethod() local
662 RefTypeId class_id = request->ReadRefTypeId(); in CT_NewInstance() local
698 RefTypeId class_id = request->ReadRefTypeId(); in IT_InvokeMethod() local
721 RefTypeId class_id = request->ReadRefTypeId(); in M_VariableTable() local
744 RefTypeId class_id = request->ReadRefTypeId(); in M_Bytecodes() local
850 RefTypeId class_id = request->ReadRefTypeId(); in OR_InvokeMethod() local
[all …]
Djdwp.h86 RefTypeId class_id; member
Djdwp_event.cc1211 RefTypeId class_id = registry->AddRefType(basket.locationClass); in PostClassPrepare() local
/art/runtime/
Ddebugger.cc708 std::string Dbg::GetClassName(JDWP::RefTypeId class_id) { in GetClassName()
908 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, in GetInstances()
998 JDWP::JdwpError Dbg::GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in GetReflectedType()
1034 JDWP::JdwpError Dbg::GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag, in GetClassInfo()
1086 JDWP::JdwpError Dbg::GetSignature(JDWP::RefTypeId class_id, std::string* signature) { in GetSignature()
1097 JDWP::JdwpError Dbg::GetSourceFile(JDWP::RefTypeId class_id, std::string* result) { in GetSourceFile()
1279 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id) { in CreateObject()
1370 bool Dbg::MatchType(mirror::Class* event_class, JDWP::RefTypeId class_id) { in MatchType()
1490 JDWP::JdwpError Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredFields()
1518 JDWP::JdwpError Dbg::OutputDeclaredMethods(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredMethods()
[all …]
/art/runtime/jit/
Doffline_profiling_info.cc231 for (auto class_id : dex_data.class_set) { in Save() local