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

/art/runtime/jdwp/
H A Djdwp_handler.cc487 ObjectId class_object_id; local
488 JdwpError status = Dbg::GetClassObject(refTypeId, &class_object_id);
492 VLOG(jdwp) << StringPrintf(" --> ObjectId %#" PRIx64, class_object_id);
493 expandBufAddObjectId(pReply, class_object_id);
1374 RefTypeId class_object_id = request->ReadRefTypeId(); local
1375 return Dbg::GetReflectedType(class_object_id, pReply);
/art/runtime/
H A Ddebugger.cc793 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId* class_object_id) { argument
797 *class_object_id = 0;
800 *class_object_id = gRegistry->Add(c);

Completed in 33 milliseconds