Home
last modified time | relevance | path

Searched refs:array_class_id (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.h301 static JDWP::JdwpError CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length,
Ddebugger.cc1419 JDWP::JdwpError Dbg::CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length, in CreateArrayObject() argument
1422 mirror::Class* c = DecodeClass(array_class_id, status); in CreateArrayObject()