Lines Matching defs:os
162 bool Dump(std::ostream& os) { in Dump()
361 bool DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) { in DumpOatDexFile()
408 bool DumpOatClass(std::ostream& os, const OatFile::OatClass& oat_class, const DexFile& dex_file, in DumpOatClass()
447 bool DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def, in DumpOatMethod()
650 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask()
673 void DumpVmap(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpVmap()
700 void DescribeVReg(std::ostream& os, const OatFile::OatMethod& oat_method, in DescribeVReg()
721 void DumpGcMapRegisters(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMapRegisters()
745 void DumpGcMap(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMap()
772 void DumpMappingTable(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpMappingTable()
800 uint32_t DumpMappingAtOffset(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpMappingAtOffset()
823 void DumpGcMapAtNativePcOffset(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMapAtNativePcOffset()
853 void DumpVRegsAtDexPc(std::ostream& os, verifier::MethodVerifier* verifier, in DumpVRegsAtDexPc()
890 void DumpDexCode(std::ostream& os, const DexFile& dex_file, const DexFile::CodeItem* code_item) { in DumpDexCode()
901 verifier::MethodVerifier* DumpVerifier(std::ostream& os, uint32_t dex_method_idx, in DumpVerifier()
920 void DumpCode(std::ostream& os, verifier::MethodVerifier* verifier, in DumpCode()
966 explicit ImageDumper(std::ostream* os, gc::space::ImageSpace& image_space, in ImageDumper()
974 std::ostream& os = *os_; in Dump() local
1128 static void PrettyObjectValue(std::ostream& os, mirror::Class* type, mirror::Object* value) in PrettyObjectValue()
1151 static void PrintField(std::ostream& os, mirror::ArtField* field, mirror::Object* obj) in PrintField()
1189 static void DumpFields(std::ostream& os, mirror::Object* obj, mirror::Class* klass) in DumpFields()
1253 std::ostream& os = *state->os_; in Callback() local
1708 std::ostream* os = &std::cout; in oatdump() local