Home
last modified time | relevance | path

Searched refs:ReadRefTypeId (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc403 class_ids.push_back(request->ReadRefTypeId()); in VM_InstanceCounts()
421 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Modifiers()
430 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_GetValues()
448 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_SourceFile()
463 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Status()
479 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Interfaces()
488 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_ClassObject()
505 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_SourceDebugExtension()
517 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Signature()
547 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_ClassLoader()
[all …]
Djdwp_request.cc124 RefTypeId Request::ReadRefTypeId() { in ReadRefTypeId() function in art::JDWP::Request
Djdwp.h454 RefTypeId ReadRefTypeId() REQUIRES_SHARED(Locks::mutator_lock_);