/art/runtime/arch/arm/ |
D | registers_arm.cc | 28 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 37 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) { in operator <<()
|
/art/runtime/arch/mips/ |
D | registers_mips.cc | 30 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 39 std::ostream& operator<<(std::ostream& os, const FRegister& rhs) { in operator <<()
|
/art/runtime/ |
D | disassembler_x86.cc | 30 size_t DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 34 void DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump() 45 static void DumpReg0(std::ostream& os, uint8_t /*rex*/, size_t reg, in DumpReg0() 60 static void DumpReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpReg() 72 static void DumpBaseReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpBaseReg() 77 static void DumpIndexReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpIndexReg() 91 static void DumpSegmentOverride(std::ostream& os, uint8_t segment_prefix) { in DumpSegmentOverride() 103 size_t DisassemblerX86::DumpInstruction(std::ostream& os, const uint8_t* instr) { in DumpInstruction()
|
D | disassembler_mips.cc | 171 static void DumpMips(std::ostream& os, const uint8_t* instr_ptr) { in DumpMips() 263 size_t DisassemblerMips::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 268 void DisassemblerMips::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
|
D | offsets.cc | 23 std::ostream& operator<<(std::ostream& os, const Offset& offs) { in operator <<()
|
D | primitive.cc | 33 std::ostream& operator<<(std::ostream& os, const Primitive::Type& type) { in operator <<()
|
D | disassembler_arm.cc | 31 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 42 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump() 76 void DisassemblerArm::DumpCond(std::ostream& os, uint32_t cond) { in DumpCond() 84 void DisassemblerArm::DumpBranchTarget(std::ostream& os, const uint8_t* instr_ptr, int32_t imm32) { in DumpBranchTarget() 111 std::ostream& operator<<(std::ostream& os, const ArmRegister& r) { in operator <<() 133 std::ostream& operator<<(std::ostream& os, const Rm& r) { in operator <<() 149 std::ostream& operator<<(std::ostream& os, const ShiftedImmediate& rhs) { in operator <<() 158 std::ostream& operator<<(std::ostream& os, const RegisterList& rhs) { in operator <<() 179 void DisassemblerArm::DumpArm(std::ostream& os, const uint8_t* instr_ptr) { in DumpArm() 281 size_t DisassemblerArm::DumpThumb32(std::ostream& os, const uint8_t* instr_ptr) { in DumpThumb32() [all …]
|
D | signal_catcher.cc | 41 static void DumpCmdLine(std::ostream& os) { in DumpCmdLine() 130 std::ostringstream os; in HandleSigQuit() local
|
D | reference_table.cc | 108 static void DumpSummaryLine(std::ostream& os, const mirror::Object* obj, size_t element_count, in DumpSummaryLine() 147 void ReferenceTable::Dump(std::ostream& os, const Table& entries) { in Dump()
|
D | thread_list.cc | 68 void ThreadList::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() 76 static void DumpUnattachedThread(std::ostream& os, pid_t tid) NO_THREAD_SAFETY_ANALYSIS { in DumpUnattachedThread() 89 void ThreadList::DumpUnattachedThreads(std::ostream& os) { in DumpUnattachedThreads() 114 void ThreadList::DumpLocked(std::ostream& os) { in DumpLocked()
|
D | dex_instruction.cc | 375 std::ostringstream os; in DumpHex() local 387 std::ostringstream os; in DumpString() local 620 std::ostream& operator<<(std::ostream& os, const Instruction::Code& code) { in operator <<()
|
D | trace.cc | 494 std::ostringstream os; in FinishTracing() local 664 void Trace::DumpMethodList(std::ostream& os, const std::set<mirror::ArtMethod*>& visited_methods) { in DumpMethodList() 675 std::ostream& os = *reinterpret_cast<std::ostream*>(arg); in DumpThread() local 681 void Trace::DumpThreadList(std::ostream& os) { in DumpThreadList()
|
D | mem_map.cc | 35 static std::ostream& operator<<(std::ostream& os, map_info_t* rhs) { in operator <<()
|
/art/oatdump/ |
D | oatdump.cc | 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() [all …]
|
/art/compiler/utils/arm/ |
D | managed_register_arm.cc | 102 std::ostream& operator<<(std::ostream& os, const ArmManagedRegister& reg) { in operator <<() 107 std::ostream& operator<<(std::ostream& os, const RegisterPair& r) { in operator <<()
|
/art/compiler/utils/mips/ |
D | managed_register_mips.cc | 103 std::ostream& operator<<(std::ostream& os, const MipsManagedRegister& reg) { in operator <<() 108 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<()
|
/art/runtime/arch/x86/ |
D | registers_x86.cc | 27 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<()
|
/art/compiler/utils/x86/ |
D | managed_register_x86.cc | 65 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<() 122 std::ostream& operator<<(std::ostream& os, const X86ManagedRegister& reg) { in operator <<()
|
/art/runtime/gc/space/ |
D | space.cc | 32 std::ostream& operator<<(std::ostream& os, const Space& space) { in operator <<()
|
/art/runtime/base/ |
D | stl_util.h | 83 std::ostringstream os; in ToString() local
|
D | histogram-inl.h | 145 inline void Histogram<Value>::PrintBins(std::ostream& os, const CumulativeData& data) const { in PrintBins() 158 inline void Histogram<Value>::PrintConfidenceIntervals(std::ostream &os, double interval, in PrintConfidenceIntervals()
|
D | timing_logger.cc | 89 void CumulativeLogger::Dump(std::ostream &os) { in Dump() 107 void CumulativeLogger::DumpHistogram(std::ostream &os) { in DumpHistogram()
|
D | logging.h | 240 void Dump(std::ostream& os) const { in Dump() 263 void Dump(std::ostream& os) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Dump() 288 std::ostringstream os; in ToStr() local
|
D | logging.cc | 242 std::ostream& operator<<(std::ostream& os, const HexDump& rhs) { in operator <<()
|
/art/runtime/gc/accounting/ |
D | mod_union_table.cc | 215 void ModUnionTableReferenceCache::Dump(std::ostream& os) { in Dump() 309 void ModUnionTableCardCache::Dump(std::ostream& os) { in Dump()
|