Searched defs:stop_analysis (Results 1 - 1 of 1) sorted by relevance

/art/oatdump/
H A Doatdump.cc573 bool stop_analysis = false; local
626 if (!DumpOatClass(&vios, oat_class, *dex_file, class_def, &stop_analysis)) {
629 if (stop_analysis) {
728 const DexFile::ClassDef& class_def, bool* stop_analysis) {
746 *stop_analysis = true;
759 *stop_analysis = true;
726 DumpOatClass(VariableIndentationOutputStream* vios, const OatFile::OatClass& oat_class, const DexFile& dex_file, const DexFile::ClassDef& class_def, bool* stop_analysis) argument

Completed in 533 milliseconds