Home
last modified time | relevance | path

Searched refs:CreateObject (Results 1 – 3 of 3) 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() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc667 JdwpError status = Dbg::CreateObject(class_id, &object_id); in CT_NewInstance()