Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Djava_lang_reflect_Executable.cc132 Handle<mirror::ObjectArray<mirror::Object>> empty_annotations = hs.NewHandle( in Executable_getParameterAnnotationsNative() local
134 if (empty_annotations.IsNull()) { in Executable_getParameterAnnotationsNative()
139 resized_annotations->SetWithoutChecks<kTransactionActive>(i, empty_annotations.Get()); in Executable_getParameterAnnotationsNative()