Home
last modified time | relevance | path

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

/aosp12/art/runtime/dex/
H A Ddex_file_annotations.h130 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForClass(
H A Ddex_file_annotations.cc1642 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForClass( in GetSignatureAnnotationForClass() function
/aosp12/art/runtime/native/
H A Djava_lang_Class.cc841 annotations::GetSignatureAnnotationForClass(klass)); in Class_getSignatureAnnotation()
/aosp12/art/openjdkjvmti/
H A Dti_class.cc727 art::annotations::GetSignatureAnnotationForClass(h_klass); in GetClassSignature()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc467 result->SetL(annotations::GetSignatureAnnotationForClass(klass)); in UnstartedClassGetSignatureAnnotation()