Home
last modified time | relevance | path

Searched refs:new_object_id (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.h311 static JDWP::JdwpError CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id)
Ddebugger.cc1294 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id) { in CreateObject() argument
1298 *new_object_id = 0; in CreateObject()
1314 *new_object_id = 0; in CreateObject()
1317 *new_object_id = gRegistry->Add(new_object.Ptr()); in CreateObject()