Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc1041 /*out*/ TypeReference* class_ref) { in FindClassDef()
1061 /*out*/ TypeReference* class_ref) { in FindClass()
1074 uint32_t FindMethodIndex(const TypeReference& class_ref, in FindMethodIndex()
1114 void VisitAllInstructions(const TypeReference& class_ref, uint16_t method_idx, Visitor visitor) { in VisitAllInstructions()
1135 void GetAllInvokes(const TypeReference& class_ref, in GetAllInvokes()
1163 bool HasSingleInvoke(const TypeReference& class_ref, in HasSingleInvoke()
1281 std::optional<ClassMethodReference> ResolveMethod(TypeReference class_ref, in ResolveMethod()
1409 TypeReference class_ref(/* dex_file= */ nullptr, dex::TypeIndex()); in ProcessLine() local
1423 TypeReference class_ref(/* dex_file= */ nullptr, dex::TypeIndex()); in ProcessLine() local
1615 TypeReference class_ref(/* dex_file= */ nullptr, dex::TypeIndex()); in ProcessBootLine() local
/art/libprofile/profile/
Dprofile_compilation_info.cc677 TypeReference class_ref) { in FindOrCreateTypeIndex()
1263 for (const TypeReference& class_ref : cache.classes) { in AddMethod() local
/art/dex2oat/linker/
Doat_writer.cc1012 ClassReference class_ref(dex_file_, class_def_index_); in EndClass() local