Lines Matching defs:os
107 void Dump(std::ostream& os) { in Dump()
244 void DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) { in DumpOatDexFile()
277 void DumpOatClass(std::ostream& os, const OatFile::OatClass& oat_class, const DexFile& dex_file, in DumpOatClass()
304 void DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def, in DumpOatMethod()
370 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask()
393 void DumpVmap(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpVmap()
420 void DescribeVReg(std::ostream& os, const OatFile::OatMethod& oat_method, in DescribeVReg()
440 void DumpGcMap(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMap()
473 void DumpMappingTable(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpMappingTable()
501 uint32_t DumpMappingAtOffset(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpMappingAtOffset()
524 void DumpGcMapAtNativePcOffset(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMapAtNativePcOffset()
554 void DumpVRegsAtDexPc(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVRegsAtDexPc()
605 void DumpDexCode(std::ostream& os, const DexFile& dex_file, const DexFile::CodeItem* code_item) { in DumpDexCode()
616 void DumpVerifier(std::ostream& os, uint32_t dex_method_idx, const DexFile* dex_file, in DumpVerifier()
629 void DumpCode(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpCode()
665 explicit ImageDumper(std::ostream* os, const std::string& image_filename, in ImageDumper()
672 std::ostream& os = *os_; in Dump() local
803 static void PrettyObjectValue(std::ostream& os, mirror::Class* type, mirror::Object* value) in PrettyObjectValue()
826 static void PrintField(std::ostream& os, mirror::ArtField* field, mirror::Object* obj) in PrintField()
861 static void DumpFields(std::ostream& os, mirror::Object* obj, mirror::Class* klass) in DumpFields()
924 std::ostream& os = *state->os_; in Callback() local
1368 std::ostream* os = &std::cout; in oatdump() local