Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Doat_writer.cc1745 ReportWriteFailure("relative call thunk", method_ref); in VisitMethod()
1751 ReportWriteFailure("code alignment padding", method_ref); in VisitMethod()
1765 ReportWriteFailure("method header", method_ref); in VisitMethod()
1909 ReportWriteFailure("method code", method_ref); in VisitMethod()
1946 void ReportWriteFailure(const char* what, const MethodReference& method_ref) { in ReportWriteFailure() function in art::linker::OatWriter::WriteCodeMethodVisitor