Home
last modified time | relevance | path

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

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