Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc447 class_ids.push_back(request.ReadRefTypeId()); in VM_InstanceCounts()
465 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_Modifiers()
474 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_GetValues()
492 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_SourceFile()
507 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_Status()
523 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_Interfaces()
532 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_ClassObject()
556 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_Signature()
586 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_ClassLoader()
596 RefTypeId refTypeId = request.ReadRefTypeId(); in RT_FieldsWithGeneric()
[all …]
Djdwp_request.cc123 RefTypeId Request::ReadRefTypeId() { in ReadRefTypeId() function in art::JDWP::Request
Djdwp.h418 RefTypeId ReadRefTypeId() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);