Searched refs:ElfStripper (Results 1 - 3 of 3) sorted by relevance

/art/compiler/
H A Delf_stripper.h27 class ElfStripper { class in namespace:art
34 DISALLOW_IMPLICIT_CONSTRUCTORS(ElfStripper);
H A Delf_stripper.cc32 bool ElfStripper::Strip(File* file, std::string* error_msg) {
/art/dex2oat/
H A Ddex2oat.cc1516 timings.NewSplit("dex2oat ElfStripper");
1521 CHECK(ElfStripper::Strip(oat_file.get(), &error_msg)) << error_msg;

Completed in 67 milliseconds