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