Searched refs:array_class_id (Results 1 – 2 of 2) sorted by relevance
323 static JDWP::JdwpError CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length,
1366 JDWP::JdwpError Dbg::CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length, in CreateArrayObject() argument1369 mirror::Class* c = DecodeClass(array_class_id, &error); in CreateArrayObject()