Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc524 ObjectId class_object_id; in RT_ClassObject() local
525 JdwpError status = Dbg::GetClassObject(refTypeId, class_object_id); in RT_ClassObject()
529 VLOG(jdwp) << StringPrintf(" --> ObjectId %#llx", class_object_id); in RT_ClassObject()
530 expandBufAddObjectId(pReply, class_object_id); in RT_ClassObject()
1459 RefTypeId class_object_id = request.ReadRefTypeId(); in COR_ReflectedType() local
1460 return Dbg::GetReflectedType(class_object_id, pReply); in COR_ReflectedType()
/art/runtime/
Ddebugger.h133 static JDWP::JdwpError GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id)
Ddebugger.cc608 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id) { in GetClassObject() argument
614 class_object_id = gRegistry->Add(c); in GetClassObject()