Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc935 ObjPtr<mirror::ObjectArray<mirror::Object>> trimmed_result = in ProcessAnnotationSet() local
937 if (trimmed_result == nullptr) { in ProcessAnnotationSet()
943 trimmed_result->SetWithoutChecks<false>(i, obj); in ProcessAnnotationSet()
946 return trimmed_result; in ProcessAnnotationSet()