Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h306 static JDWP::JdwpError CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length,
Ddebugger.cc1310 JDWP::JdwpError Dbg::CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length, in CreateArrayObject() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc683 JdwpError status = Dbg::CreateArrayObject(arrayTypeId, length, &object_id); in AT_newInstance()