Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/dex/
H A Ddex_file_annotations.cc1399 bool MethodIsReachabilitySensitive(const DexFile& dex_file, in MethodIsReachabilitySensitive() function
1413 static bool MethodIsReachabilitySensitive(const DexFile& dex_file, in MethodIsReachabilitySensitive() function
1421 && MethodIsReachabilitySensitive(dex_file, *class_def, method_index); in MethodIsReachabilitySensitive()
1482 if (MethodIsReachabilitySensitive(dex_file, called_method_index)) { in MethodContainsRSensitiveAccess()
1492 if (MethodIsReachabilitySensitive(dex_file, called_method_index)) { in MethodContainsRSensitiveAccess()
H A Ddex_file_annotations.h112 bool MethodIsReachabilitySensitive(const DexFile& dex_file,