Searched defs:class_id (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 96 RefTypeId class_id, MethodId method_id, bool is_constructor) in FinishInvoke() 617 RefTypeId class_id = request.ReadRefTypeId(); in RT_Instances() local 637 RefTypeId class_id = request.ReadRefTypeId(); in CT_Superclass() local 652 RefTypeId class_id = request.ReadRefTypeId(); in CT_SetValues() local 681 RefTypeId class_id = request.ReadRefTypeId(); in CT_InvokeMethod() local 697 RefTypeId class_id = request.ReadRefTypeId(); in CT_NewInstance() local 749 RefTypeId class_id = request.ReadRefTypeId(); in M_VariableTable() local 772 RefTypeId class_id = request.ReadRefTypeId(); in M_Bytecodes() local 868 RefTypeId class_id = request.ReadRefTypeId(); in OR_InvokeMethod() local 1286 RefTypeId class_id = request.ReadRefTypeId(); in ER_Set() local
|
D | jdwp.h | 70 RefTypeId class_id; member
|
/art/runtime/ |
D | debugger.cc | 594 std::string Dbg::GetClassName(JDWP::RefTypeId class_id) { in GetClassName() 779 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, std::vector<JDWP::Ob… in GetInstances() 834 JDWP::JdwpError Dbg::GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in GetReflectedType() 874 JDWP::JdwpError Dbg::GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag, uint32_t* … in GetClassInfo() 931 JDWP::JdwpError Dbg::GetSignature(JDWP::RefTypeId class_id, std::string& signature) { in GetSignature() 941 JDWP::JdwpError Dbg::GetSourceFile(JDWP::RefTypeId class_id, std::string& result) { in GetSourceFile() 1101 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId& new_object) { in CreateObject() 1125 bool Dbg::MatchType(JDWP::RefTypeId instance_class_id, JDWP::RefTypeId class_id) { in MatchType() 1245 JDWP::JdwpError Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic, JDWP::Expand… in OutputDeclaredFields() 1272 JDWP::JdwpError Dbg::OutputDeclaredMethods(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredMethods() [all …]
|