Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h343 static JDWP::JdwpError CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id)
Ddebugger.cc1366 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id) { in CreateObject() argument
1370 *new_object_id = 0; in CreateObject()
1386 *new_object_id = 0; in CreateObject()
1389 *new_object_id = gRegistry->Add(new_object); in CreateObject()