HomeSort by relevance Sort by last modified time
    Searched refs:ReportWriteFailure (Results 1 - 2 of 2) sorted by null

  /art/compiler/
oat_writer.cc 613 void OatWriter::ReportWriteFailure(const char* what, uint32_t method_idx,
704 ReportWriteFailure("method code size", method_idx, dex_file, out);
711 ReportWriteFailure("method code", method_idx, dex_file, out);
736 ReportWriteFailure("mapping table", method_idx, dex_file, out);
760 ReportWriteFailure("vmap table", method_idx, dex_file, out);
784 ReportWriteFailure("GC map", method_idx, dex_file, out);
    [all...]
oat_writer.h 118 void ReportWriteFailure(const char* what, uint32_t method_idx, const DexFile& dex_file,

Completed in 37 milliseconds