Home | History | Annotate | Download | only in runtime

Lines Matching refs:array_id

1293 JDWP::JdwpError Dbg::GetArrayLength(JDWP::ObjectId array_id, int& length) {
1295 mirror::Array* a = DecodeArray(array_id, status);
1303 JDWP::JdwpError Dbg::OutputArray(JDWP::ObjectId array_id, int offset, int count, JDWP::ExpandBuf* pReply) {
1305 mirror::Array* a = DecodeArray(array_id, status);
1361 JDWP::JdwpError Dbg::SetArrayElements(JDWP::ObjectId array_id, int offset, int count,
1365 mirror::Array* dst = DecodeArray(array_id, status);