Home
last modified time | relevance | path

Searched refs:CreateObject (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h295 static JDWP::JdwpError CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId& new_object)
Ddebugger.cc1394 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId& new_object) { in CreateObject() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc711 JdwpError status = Dbg::CreateObject(class_id, object_id); in CT_NewInstance()