HomeSort by relevance Sort by last modified time
    Searched full:class_object_id (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp_handler.cc 524 ObjectId class_object_id; local
525 JdwpError status = Dbg::GetClassObject(refTypeId, class_object_id);
529 VLOG(jdwp) << StringPrintf(" --> ObjectId %#llx", class_object_id);
530 expandBufAddObjectId(pReply, class_object_id);
1459 RefTypeId class_object_id = request.ReadRefTypeId(); local
    [all...]
  /art/runtime/
debugger.h 133 static JDWP::JdwpError GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id)
debugger.cc 608 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id) {
614 class_object_id = gRegistry->Add(c);
    [all...]

Completed in 627 milliseconds