/art/runtime/arch/arm64/ |
D | registers_arm64.cc | 38 std::ostream& operator<<(std::ostream& os, const XRegister& 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/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/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/mips64/ |
D | registers_mips64.cc | 31 std::ostream& operator<<(std::ostream& os, const GpuRegister& rhs) { in operator <<() 40 std::ostream& operator<<(std::ostream& os, const FpuRegister& 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/disassembler/ |
D | disassembler_x86.cc | 31 size_t DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 35 void DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump() 68 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 DumpOpcodeReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpOpcodeReg() 138 static void DumpSegmentOverride(std::ostream& os, uint8_t segment_prefix) { in DumpSegmentOverride() [all …]
|
D | disassembler_arm64.cc | 102 size_t DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 110 void DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
|
D | disassembler_arm.cc | 32 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 43 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump() 77 void DisassemblerArm::DumpCond(std::ostream& os, uint32_t cond) { in DumpCond() 85 void DisassemblerArm::DumpMemoryDomain(std::ostream& os, uint32_t domain) { in DumpMemoryDomain() 98 void DisassemblerArm::DumpBranchTarget(std::ostream& os, const uint8_t* instr_ptr, int32_t imm32) { in DumpBranchTarget() 135 std::ostream& operator<<(std::ostream& os, const ArmRegister& r) { in operator <<() 157 std::ostream& operator<<(std::ostream& os, const RmLslImm2& r) { in operator <<() 173 std::ostream& operator<<(std::ostream& os, const ShiftedImmediate& rhs) { in operator <<() 182 std::ostream& operator<<(std::ostream& os, const RegisterList& rhs) { in operator <<() 223 std::ostream& operator<<(std::ostream& os, const FpRegister& rhs) { in operator <<() [all …]
|
/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 | 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() [all …]
|
/art/runtime/ |
D | reference_table.cc | 79 static void DumpSummaryLine(std::ostream& os, mirror::Object* obj, size_t element_count, in DumpSummaryLine() 113 void ReferenceTable::Dump(std::ostream& os) { in Dump() 118 void ReferenceTable::Dump(std::ostream& os, Table& entries) { in Dump()
|
D | offsets.cc | 23 std::ostream& operator<<(std::ostream& os, const Offset& offs) { in operator <<()
|
D | dex_instruction.cc | 126 std::ostringstream os; in DumpHex() local 142 std::ostringstream os; in DumpHexLE() local 155 std::ostringstream os; in DumpString() local 417 std::ostream& operator<<(std::ostream& os, const Instruction::Code& code) { in operator <<()
|
D | primitive.cc | 39 std::ostream& operator<<(std::ostream& os, const Primitive::Type& type) { in operator <<()
|
D | signal_catcher.cc | 45 static void DumpCmdLine(std::ostream& os) { in DumpCmdLine() 130 std::ostringstream os; in HandleSigQuit() local
|
/art/compiler/utils/x86/ |
D | managed_register_x86.cc | 53 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<() 114 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/compiler/ |
D | output_stream.cc | 21 std::ostream& operator<<(std::ostream& os, const Whence& rhs) { in operator <<()
|
/art/runtime/base/ |
D | histogram-inl.h | 156 inline void Histogram<Value>::PrintBins(std::ostream& os, const CumulativeData& data) const { in PrintBins() 169 inline void Histogram<Value>::DumpBins(std::ostream& os) const { in DumpBins() 186 inline void Histogram<Value>::PrintConfidenceIntervals(std::ostream &os, double interval, in PrintConfidenceIntervals()
|
D | dumpable.h | 37 void Dump(std::ostream& os) const { in Dump()
|
D | to_str.h | 30 std::ostringstream os; in ToStr() local
|
/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/mips64/ |
D | managed_register_mips64.cc | 44 std::ostream& operator<<(std::ostream& os, const Mips64ManagedRegister& reg) { in operator <<()
|