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