Searched refs:CreateArrayObject (Results 1 – 3 of 3) sorted by relevance
301 static JDWP::JdwpError CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length,
1419 JDWP::JdwpError Dbg::CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length, in CreateArrayObject() function in art::Dbg
730 JdwpError status = Dbg::CreateArrayObject(arrayTypeId, length, object_id); in AT_newInstance()