Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.cc93 vios->Stream() in Dump()
105 vios->Stream() in Dump()
121 vios->Stream() in Dump()
153 vios->Stream() in Dump()
159 DumpRegisterMapping(vios->Stream(), i, location, "entry "); in Dump()
179 vios->Stream(), j, location, "v", in Dump()
192 vios->Stream() in Dump()
204 vios->Stream() << GetStackMaskBit(stack_map_encoding, e - i - 1); in Dump()
206 vios->Stream() << ")\n"; in Dump()
225 vios->Stream() << "InlineInfo with depth " in Dump()
[all …]
Dindenter.h119 std::ostream& Stream() { in Stream() function
/art/oatdump/
Doatdump.cc733 vios->Stream() << std::flush; in DumpOatClass()
766 vios->Stream() << std::flush; in DumpOatClass()
790 vios->Stream() << StringPrintf("%d: %s (dex_method_idx=%d)\n", in DumpOatMethod()
812 vios->Stream() << "DEX CODE:\n"; in DumpOatMethod()
814 DumpDexCode(vios->Stream(), dex_file, code_item); in DumpOatMethod()
823 vios->Stream() << "VERIFIER TYPE ANALYSIS:\n"; in DumpOatMethod()
830 vios->Stream() << "OatMethodOffsets "; in DumpOatMethod()
832 vios->Stream() << StringPrintf("%p ", oat_method_offsets); in DumpOatMethod()
834 vios->Stream() << StringPrintf("(offset=0x%08x)\n", oat_method_offsets_offset); in DumpOatMethod()
836 vios->Stream() << StringPrintf( in DumpOatMethod()
[all …]
/art/runtime/verifier/
Dmethod_verifier.cc484 verifier->DumpFailures(vios->Stream()); in VerifyMethodAndDump()
485 vios->Stream() << verifier->info_messages_.str(); in VerifyMethodAndDump()
1604 vios->Stream() << "Native method\n"; in Dump()
1608 vios->Stream() << "Register Types:\n"; in Dump()
1610 reg_types_.Dump(vios->Stream()); in Dump()
1612 vios->Stream() << "Dumping instructions and register lines:\n"; in Dump()
1619 vios->Stream() << reg_line->Dump(this) << "\n"; in Dump()
1621 vios->Stream() in Dump()
1625 vios->Stream() << inst->DumpHex(5) << " "; in Dump()
1627 vios->Stream() << inst->DumpString(dex_file_) << "\n"; in Dump()