Lines Matching defs:os

370   bool Dump(std::ostream& os) {  in Dump()
583 bool DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) { in DumpOatDexFile()
633 bool ExportDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) { in ExportDexFile()
720 bool DumpOatClass(std::ostream& os, const OatFile::OatClass& oat_class, const DexFile& dex_file, in DumpOatClass()
768 bool DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def, in DumpOatMethod()
989 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask()
1013 void DumpVmapData(std::ostream& os, in DumpVmapData()
1037 void DumpCodeInfo(std::ostream& os, in DumpCodeInfo()
1044 void DumpVmapTable(std::ostream& os, in DumpVmapTable()
1069 void DumpVregLocations(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpVregLocations()
1111 void DescribeVReg(std::ostream& os, const OatFile::OatMethod& oat_method, in DescribeVReg()
1135 void DumpGcMapRegisters(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMapRegisters()
1159 void DumpGcMap(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMap()
1175 void DumpMappingTable(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpMappingTable()
1203 uint32_t DumpMappingAtOffset(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpMappingAtOffset()
1226 void DumpGcMapAtNativePcOffset(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMapAtNativePcOffset()
1256 void DumpVRegsAtDexPc(std::ostream& os, verifier::MethodVerifier* verifier, in DumpVRegsAtDexPc()
1293 void DumpDexCode(std::ostream& os, const DexFile& dex_file, const DexFile::CodeItem* code_item) { in DumpDexCode()
1305 verifier::MethodVerifier* DumpVerifier(std::ostream& os, uint32_t dex_method_idx, in DumpVerifier()
1324 void DumpCode(std::ostream& os, verifier::MethodVerifier* verifier, in DumpCode()
1367 explicit ImageDumper(std::ostream* os, gc::space::ImageSpace& image_space, in ImageDumper()
1375 std::ostream& os = *os_; in Dump() local
1579 static void PrettyObjectValue(std::ostream& os, mirror::Class* type, mirror::Object* value) in PrettyObjectValue()
1596 static void PrintField(std::ostream& os, ArtField* field, mirror::Object* obj) in PrintField()
1649 static void DumpFields(std::ostream& os, mirror::Object* obj, mirror::Class* klass) in DumpFields()
1709 std::ostream& os = *state->os_; in Callback() local
2189 std::ostream* os) { in DumpImage()
2211 std::ostream* os) { in DumpOatWithRuntime()
2251 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime()
2263 std::ostream* os) { in DumpOat()