Home
last modified time | relevance | path

Searched defs:class_ref (Results 1 – 3 of 3) sorted by relevance

/art/profman/
Dprofman.cc1047 /*out*/ TypeReference* class_ref) { in FindClassDef()
1067 /*out*/ TypeReference* class_ref) { in FindClass()
1080 uint32_t FindMethodIndex(const TypeReference& class_ref, in FindMethodIndex()
1120 void VisitAllInstructions(const TypeReference& class_ref, uint16_t method_idx, Visitor visitor) { in VisitAllInstructions()
1141 void GetAllInvokes(const TypeReference& class_ref, in GetAllInvokes()
1169 bool HasSingleInvoke(const TypeReference& class_ref, in HasSingleInvoke()
1302 std::optional<ClassMethodReference> ResolveMethod(TypeReference class_ref, in ResolveMethod()
1430 TypeReference class_ref(/* dex_file= */ nullptr, dex::TypeIndex()); in ProcessLine() local
1444 TypeReference class_ref(/* dex_file= */ nullptr, dex::TypeIndex()); in ProcessLine() local
1636 TypeReference class_ref(/* dex_file= */ nullptr, dex::TypeIndex()); in ProcessBootLine() local
/art/libprofile/profile/
Dprofile_compilation_info.cc686 TypeReference class_ref) { in FindOrCreateTypeIndex()
1342 for (const TypeReference& class_ref : cache.classes) { in AddMethod() local
/art/dex2oat/linker/
Doat_writer.cc883 ClassReference class_ref(dex_file_, class_def_index_); in EndClass() local