Searched refs:CreateObject (Results 1 – 3 of 3) sorted by relevance
343 static JDWP::JdwpError CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id)
1366 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id) { in CreateObject() function in art::Dbg
674 JdwpError status = Dbg::CreateObject(class_id, &object_id); in CT_NewInstance()