Searched refs:str_array (Results 1 – 3 of 3) sorted by relevance
94 art::ObjPtr<art::mirror::ObjectArray<art::mirror::String>> str_array = in GetFieldName() local96 if (str_array != nullptr) { in GetFieldName()98 for (int32_t i = 0; i != str_array->GetLength(); ++i) { in GetFieldName()99 oss << str_array->Get(i)->ToModifiedUtf8(); in GetFieldName()
335 art::ObjPtr<art::mirror::ObjectArray<art::mirror::String>> str_array = in GetMethodName() local337 if (str_array != nullptr) { in GetMethodName()339 for (int32_t i = 0; i != str_array->GetLength(); ++i) { in GetMethodName()340 oss << str_array->Get(i)->ToModifiedUtf8(); in GetMethodName()
720 art::ObjPtr<art::mirror::ObjectArray<art::mirror::String>> str_array = in GetClassSignature() local722 if (str_array != nullptr) { in GetClassSignature()724 for (int32_t i = 0; i != str_array->GetLength(); ++i) { in GetClassSignature()725 oss << str_array->Get(i)->ToModifiedUtf8(); in GetClassSignature()