Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc922 Handle<mirror::ObjectArray<mirror::ObjectArray<mirror::String>>> h_2string_array(hs.NewHandle( in GetSystemProperty() local
924 if (h_2string_array == nullptr) { in GetSystemProperty()
930 const int32_t prop_count = h_2string_array->GetLength(); in GetSystemProperty()
935 h_string_array.Assign(h_2string_array->Get(i)); in GetSystemProperty()