Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc1726 ReportWriteFailure("relative call thunk", method_ref); in VisitMethod()
1732 ReportWriteFailure("code alignment padding", method_ref); in VisitMethod()
1746 ReportWriteFailure("method header", method_ref); in VisitMethod()
1859 ReportWriteFailure("method code", method_ref); in VisitMethod()
1896 void ReportWriteFailure(const char* what, const MethodReference& method_ref) { in ReportWriteFailure() function in art::linker::OatWriter::WriteCodeMethodVisitor