Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h321 static JDWP::JdwpError CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id)
Ddebugger.cc1343 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id) { in CreateObject() argument
1347 *new_object_id = 0; in CreateObject()
1356 *new_object_id = 0; in CreateObject()
1359 *new_object_id = gRegistry->Add(new_object); in CreateObject()