Home
last modified time | relevance | path

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

/art/profman/
Dprofman.cc999 /*out*/ TypeReference* class_ref) { in FindClassDef()
1019 /*out*/ TypeReference* class_ref) { in FindClass()
1032 uint32_t FindMethodIndex(const TypeReference& class_ref, in FindMethodIndex()
1072 void VisitAllInstructions(const TypeReference& class_ref, uint16_t method_idx, Visitor visitor) { in VisitAllInstructions()
1093 void GetAllInvokes(const TypeReference& class_ref, in GetAllInvokes()
1121 bool HasSingleInvoke(const TypeReference& class_ref, in HasSingleInvoke()
1254 std::optional<ClassMethodReference> ResolveMethod(TypeReference class_ref, in ResolveMethod()
1386 TypeReference class_ref(/* dex_file= */ nullptr, dex::TypeIndex()); in ProcessLine() local
1400 TypeReference class_ref(/* dex_file= */ nullptr, dex::TypeIndex()); in ProcessLine() local
1591 TypeReference class_ref(/* dex_file= */ nullptr, dex::TypeIndex()); in ProcessBootLine() local
/art/libprofile/profile/
Dprofile_compilation_info.cc692 TypeReference class_ref) { in FindOrCreateTypeIndex()
1409 for (const TypeReference& class_ref : cache.classes) { in AddMethod() local
/art/dex2oat/linker/
Doat_writer.cc890 ClassReference class_ref(dex_file_, class_def_index_); in EndClass() local