Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc964 ObjPtr<mirror::ObjectArray<mirror::Object>> trimmed_result = in ProcessAnnotationSet() local
966 if (trimmed_result == nullptr) { in ProcessAnnotationSet()
972 trimmed_result->SetWithoutChecks<false>(i, obj); in ProcessAnnotationSet()
975 return trimmed_result; in ProcessAnnotationSet()