Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc404 class_ids.push_back(request->ReadRefTypeId()); in VM_InstanceCounts()
422 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Modifiers()
431 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_GetValues()
449 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_SourceFile()
464 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Status()
480 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Interfaces()
489 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_ClassObject()
506 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_SourceDebugExtension()
518 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_Signature()
548 RefTypeId refTypeId = request->ReadRefTypeId(); in RT_ClassLoader()
[all …]
Djdwp_request.cc124 RefTypeId Request::ReadRefTypeId() { in ReadRefTypeId() function in art::JDWP::Request
Djdwp.h450 RefTypeId ReadRefTypeId() REQUIRES_SHARED(Locks::mutator_lock_);