Searched refs:CreateObject (Results 1 – 3 of 3) sorted by relevance
295 static JDWP::JdwpError CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId& new_object)
1394 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId& new_object) { in CreateObject() function in art::Dbg
711 JdwpError status = Dbg::CreateObject(class_id, object_id); in CT_NewInstance()