Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.h146 EXPORT ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForClass(
H A Ddex_file_annotations.cc1714 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForClass( in GetSignatureAnnotationForClass() function
/aosp_15_r20/art/openjdkjvmti/
H A Dti_class.cc723 art::annotations::GetSignatureAnnotationForClass(h_klass); in GetClassSignature()
/aosp_15_r20/art/runtime/native/
H A Djava_lang_Class.cc738 annotations::GetSignatureAnnotationForClass(klass)); in Class_getSignatureAnnotation()
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc506 result->SetL(annotations::GetSignatureAnnotationForClass(klass)); in UnstartedClassGetSignatureAnnotation()