Lines Matching refs:Dump
354 bool Dump(std::ostream& os) {
1026 code_info.Dump(vios,
1233 offset += disassembler_->Dump(vios->Stream(), quick_native_pc + offset);
1238 stack_map.Dump(vios,
1254 offset += disassembler_->Dump(vios->Stream(), quick_native_pc + offset);
1281 bool Dump() SHARED_REQUIRES(Locks::mutator_lock_) {
1403 // Loop through the image space and dump its objects.
1432 // Dump the normal objects before ArtMethods.
1435 // TODO: Dump fields.
1436 // Dump methods after.
1441 // Dump the large objects separately.
1515 stats_.Dump(os, indent_os);
1520 return oat_dumper_->Dump(os);
1998 // Dump methods whose size is a certain number of standard deviations from the mean
2037 // Dump methods whose expansion is a certain number of standard deviations from the mean
2078 void Dump(std::ostream& os, std::ostream& indent_os)
2203 if (!image_dumper.Dump()) {
2217 LOG(ERROR) << "Can not dump app image without app oat file";
2248 // Dump the actual image.
2253 // Fall through to dump the boot images.
2300 bool success = oat_dumper.Dump(*os);
2311 bool success = oat_dumper.Dump(*os);
2388 } else if (option == "--no-dump:vmap") {
2390 } else if (option =="--dump:code_info_stack_maps") {
2477 " --no-dump:vmap may be used to disable vmap dumping.\n"
2478 " Example: --no-dump:vmap\n"
2480 " --dump:code_info_stack_maps enables dumping of stack maps in CodeInfo sections.\n"
2481 " Example: --dump:code_info_stack_maps\n"
2514 " address (e.g. PC from crash dump)\n"