Searched defs:class_id (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/jdwp/ |
| D | jdwp_handler.cc | 90 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 …]
|
| D | jdwp.h | 87 RefTypeId class_id; member
|
| D | jdwp_event.cc | 1253 RefTypeId class_id = registry->AddRefType(basket.locationClass); in PostClassPrepare() local
|
| /art/runtime/ |
| D | debugger.cc | 703 std::string Dbg::GetClassName(JDWP::RefTypeId class_id) { in GetClassName() 904 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, in GetInstances() 996 JDWP::JdwpError Dbg::GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in GetReflectedType() 1032 JDWP::JdwpError Dbg::GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag, in GetClassInfo() 1084 JDWP::JdwpError Dbg::GetSignature(JDWP::RefTypeId class_id, std::string* signature) { in GetSignature() 1095 JDWP::JdwpError Dbg::GetSourceDebugExtension(JDWP::RefTypeId class_id, in GetSourceDebugExtension() 1112 JDWP::JdwpError Dbg::GetSourceFile(JDWP::RefTypeId class_id, std::string* result) { in GetSourceFile() 1294 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id) { in CreateObject() 1384 bool Dbg::MatchType(ObjPtr<mirror::Class> event_class, JDWP::RefTypeId class_id) { in MatchType() 1524 JDWP::JdwpError Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredFields() [all …]
|
| /art/runtime/jit/ |
| D | profile_compilation_info.cc | 324 for (const auto& class_id : dex_data.class_set) { in Save() local
|