Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc790 std::unique_ptr<std::ostream> indent2_os(new std::ostream(&indent2_filter)); in DumpOatMethod() local
807 DumpDexCode(*indent2_os, dex_file, code_item); in DumpOatMethod()
813 verifier.reset(DumpVerifier(*indent2_os, dex_method_idx, &dex_file, class_def, code_item, in DumpOatMethod()
831 *indent2_os << StringPrintf("code_offset: 0x%08x ", code_offset); in DumpOatMethod()
834 *indent2_os << StringPrintf("WARNING: " in DumpOatMethod()
839 *indent2_os << "\n"; in DumpOatMethod()
841 *indent2_os << "gc_map: "; in DumpOatMethod()
843 *indent2_os << StringPrintf("%p ", oat_method.GetGcMap()); in DumpOatMethod()
846 *indent2_os << StringPrintf("(offset=0x%08x)\n", gc_map_offset); in DumpOatMethod()
848 *indent2_os << StringPrintf("WARNING: " in DumpOatMethod()
[all …]