/art/runtime/arch/arm64/ |
D | registers_arm64.cc | 38 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 47 std::ostream& operator<<(std::ostream& os, const WRegister& rhs) { in operator <<() 56 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) { in operator <<() 65 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) { in operator <<()
|
/art/disassembler/ |
D | disassembler_x86.cc | 29 size_t DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 33 void DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump() 66 static void DumpReg0(std::ostream& os, uint8_t rex, size_t reg, in DumpReg0() 83 static void DumpAnyReg(std::ostream& os, uint8_t rex, size_t reg, in DumpAnyReg() 94 static void DumpReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpReg() 101 static void DumpRmReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpRmReg() 108 static void DumpAddrReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpAddrReg() 116 static void DumpBaseReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpBaseReg() 122 static void DumpIndexReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpIndexReg() 128 static void DumpOpcodeReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpOpcodeReg() [all …]
|
D | disassembler_arm64.cc | 34 size_t DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 42 void DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
|
D | disassembler_arm.cc | 30 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 41 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump() 75 void DisassemblerArm::DumpCond(std::ostream& os, uint32_t cond) { in DumpCond() 83 void DisassemblerArm::DumpMemoryDomain(std::ostream& os, uint32_t domain) { in DumpMemoryDomain() 96 void DisassemblerArm::DumpBranchTarget(std::ostream& os, const uint8_t* instr_ptr, int32_t imm32) { in DumpBranchTarget() 131 std::ostream& operator<<(std::ostream& os, const ArmRegister& r) { in operator <<() 153 std::ostream& operator<<(std::ostream& os, const Rm& r) { in operator <<() 169 std::ostream& operator<<(std::ostream& os, const ShiftedImmediate& rhs) { in operator <<() 178 std::ostream& operator<<(std::ostream& os, const RegisterList& rhs) { in operator <<() 219 std::ostream& operator<<(std::ostream& os, const FpRegister& rhs) { in operator <<() [all …]
|
D | disassembler_mips.cc | 171 size_t DisassemblerMips::Dump(std::ostream& os, const uint8_t* instr_ptr) { in Dump() 264 void DisassemblerMips::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
|
/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/arch/x86_64/ |
D | registers_x86_64.cc | 28 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 37 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs) { in operator <<()
|
/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/compiler/utils/mips/ |
D | managed_register_mips.cc | 92 std::ostream& operator<<(std::ostream& os, const MipsManagedRegister& reg) { in operator <<() 97 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<()
|
/art/compiler/utils/arm/ |
D | managed_register_arm.cc | 92 std::ostream& operator<<(std::ostream& os, const ArmManagedRegister& reg) { in operator <<() 97 std::ostream& operator<<(std::ostream& os, const RegisterPair& r) { in operator <<()
|
/art/oatdump/ |
D | oatdump.cc | 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() [all …]
|
/art/compiler/utils/x86/ |
D | managed_register_x86.cc | 53 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<() 110 std::ostream& operator<<(std::ostream& os, const X86ManagedRegister& reg) { in operator <<()
|
/art/compiler/utils/x86_64/ |
D | managed_register_x86_64.cc | 52 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<() 109 std::ostream& operator<<(std::ostream& os, const X86_64ManagedRegister& reg) { in operator <<()
|
/art/runtime/ |
D | offsets.cc | 23 std::ostream& operator<<(std::ostream& os, const Offset& offs) { in operator <<()
|
D | reference_table.cc | 112 static void DumpSummaryLine(std::ostream& os, mirror::Object* obj, size_t element_count, in DumpSummaryLine() 146 void ReferenceTable::Dump(std::ostream& os) { in Dump() 151 void ReferenceTable::Dump(std::ostream& os, Table& entries) { in Dump()
|
D | primitive.cc | 33 std::ostream& operator<<(std::ostream& os, const Primitive::Type& type) { in operator <<()
|
D | mem_map.cc | 49 std::ostream& os, in operator <<() 62 std::ostream& operator<<(std::ostream& os, const MemMap::Maps& mem_maps) { in operator <<() 227 std::ostringstream os; in CheckMapRequest() local 612 void MemMap::DumpMaps(std::ostream& os) { in DumpMaps() 617 void MemMap::DumpMapsLocked(std::ostream& os) { in DumpMapsLocked() 662 std::ostream& operator<<(std::ostream& os, const MemMap& mem_map) { in operator <<()
|
D | signal_catcher.cc | 42 static void DumpCmdLine(std::ostream& os) { in DumpCmdLine() 138 std::ostringstream os; in HandleSigQuit() local
|
D | thread_list.cc | 88 void ThreadList::DumpNativeStacks(std::ostream& os) { in DumpNativeStacks() 97 void ThreadList::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() 105 static void DumpUnattachedThread(std::ostream& os, pid_t tid) NO_THREAD_SAFETY_ANALYSIS { in DumpUnattachedThread() 118 void ThreadList::DumpUnattachedThreads(std::ostream& os) { in DumpUnattachedThreads() 143 void ThreadList::DumpLocked(std::ostream& os) { in DumpLocked() 903 std::ostringstream os; in Unregister() local
|
D | dex_instruction.cc | 125 std::ostringstream os; in DumpHex() local 137 std::ostringstream os; in DumpString() local 385 std::ostream& operator<<(std::ostream& os, const Instruction::Code& code) { in operator <<()
|
/art/runtime/arch/x86/ |
D | registers_x86.cc | 27 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<()
|
/art/runtime/gc/ |
D | gc_cause.cc | 42 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) { in operator <<()
|
/art/compiler/utils/arm64/ |
D | managed_register_arm64.cc | 110 std::ostream& operator<<(std::ostream& os, const Arm64ManagedRegister& reg) { in operator <<()
|
/art/runtime/base/ |
D | histogram-inl.h | 152 inline void Histogram<Value>::PrintBins(std::ostream& os, const CumulativeData& data) const { in PrintBins() 165 inline void Histogram<Value>::PrintConfidenceIntervals(std::ostream &os, double interval, in PrintConfidenceIntervals()
|
D | stl_util.h | 83 std::ostringstream os; in ToString() local
|