Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc86 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
708 RefTypeId class_id = request->ReadRefTypeId(); in M_VariableTable() local
731 RefTypeId class_id = request->ReadRefTypeId(); in M_Bytecodes() local
828 RefTypeId class_id = request->ReadRefTypeId(); in OR_InvokeMethod() local
1229 RefTypeId class_id = request->ReadRefTypeId(); in ER_Set() local
Djdwp.h86 RefTypeId class_id; member
Djdwp_event.cc1212 RefTypeId class_id = registry->AddRefType(basket.locationClass); in PostClassPrepare() local
/art/runtime/
Ddebugger.cc769 std::string Dbg::GetClassName(JDWP::RefTypeId class_id) { in GetClassName()
970 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, in GetInstances()
1060 JDWP::JdwpError Dbg::GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in GetReflectedType()
1102 JDWP::JdwpError Dbg::GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag, in GetClassInfo()
1154 JDWP::JdwpError Dbg::GetSignature(JDWP::RefTypeId class_id, std::string* signature) { in GetSignature()
1165 JDWP::JdwpError Dbg::GetSourceFile(JDWP::RefTypeId class_id, std::string* result) { in GetSourceFile()
1343 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id) { in CreateObject()
1426 bool Dbg::MatchType(mirror::Class* event_class, JDWP::RefTypeId class_id) { in MatchType()
1549 JDWP::JdwpError Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic, JDWP::Expand… in OutputDeclaredFields()
1575 JDWP::JdwpError Dbg::OutputDeclaredMethods(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredMethods()
[all …]