Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h345 static JDWP::JdwpError CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length,
Ddebugger.cc1396 JDWP::JdwpError Dbg::CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length, in CreateArrayObject() argument
1399 ObjPtr<mirror::Class> c = DecodeClass(array_class_id, &error); in CreateArrayObject()