Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc946 Handle<mirror::ObjectArray<mirror::ObjectArray<mirror::String>>> h_2string_array(hs.NewHandle( in GetSystemProperty() local
948 if (h_2string_array == nullptr) { in GetSystemProperty()
954 const int32_t prop_count = h_2string_array->GetLength(); in GetSystemProperty()
959 h_string_array.Assign(h_2string_array->Get(i)); in GetSystemProperty()