Searched defs:refTypeId (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_event.h49 RefTypeId refTypeId; member in struct:art::JDWP::JdwpEventMod::__anon109
67 RefTypeId refTypeId; member in struct:art::JDWP::JdwpEventMod::__anon113
71 RefTypeId refTypeId; member in struct:art::JDWP::JdwpEventMod::__anon114
H A Djdwp_handler.cc419 RefTypeId refTypeId = request->ReadRefTypeId(); local
420 return Dbg::GetModifiers(refTypeId, pReply);
428 RefTypeId refTypeId = request->ReadRefTypeId(); local
433 JdwpError status = Dbg::GetStaticFieldValue(refTypeId, fieldId, pReply);
446 RefTypeId refTypeId = request->ReadRefTypeId(); local
448 JdwpError status = Dbg::GetSourceFile(refTypeId, &source_file);
461 RefTypeId refTypeId = request->ReadRefTypeId(); local
464 JDWP::JdwpError status = Dbg::GetClassInfo(refTypeId, &type_tag, &class_status, nullptr);
477 RefTypeId refTypeId = request->ReadRefTypeId(); local
478 return Dbg::OutputDeclaredInterfaces(refTypeId, pRepl
486 RefTypeId refTypeId = request->ReadRefTypeId(); local
510 RefTypeId refTypeId = request->ReadRefTypeId(); local
540 RefTypeId refTypeId = request->ReadRefTypeId(); local
550 RefTypeId refTypeId = request->ReadRefTypeId(); local
557 RefTypeId refTypeId = request->ReadRefTypeId(); local
567 RefTypeId refTypeId = request->ReadRefTypeId(); local
574 RefTypeId refTypeId = request->ReadRefTypeId(); local
697 RefTypeId refTypeId = request->ReadRefTypeId(); local
[all...]

Completed in 20 milliseconds