Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc737 Handle<mirror::ObjectArray<mirror::ObjectArray<mirror::String>>> h_2string_array( in GetSystemProperty() local
740 if (h_2string_array.Get() == nullptr) { in GetSystemProperty()
746 const int32_t prop_count = h_2string_array->GetLength(); in GetSystemProperty()
751 h_string_array.Assign(h_2string_array->Get(i)); in GetSystemProperty()