Home | History | Annotate | Download | only in runtime

Lines Matching full:array_id

1281 JDWP::JdwpError Dbg::GetArrayLength(JDWP::ObjectId array_id, int& length) {
1283 mirror::Array* a = DecodeArray(array_id, status);
1291 JDWP::JdwpError Dbg::OutputArray(JDWP::ObjectId array_id, int offset, int count, JDWP::ExpandBuf* pReply) {
1293 mirror::Array* a = DecodeArray(array_id, status);
1349 JDWP::JdwpError Dbg::SetArrayElements(JDWP::ObjectId array_id, int offset, int count,
1353 mirror::Array* dst = DecodeArray(array_id, status);