/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/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 <<() 49 std::ostream& operator<<(std::ostream& os, const VectorRegister& 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 <<() 48 std::ostream& operator<<(std::ostream& os, const VectorRegister& 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/disassembler/ |
D | disassembler_x86.cc | 32 size_t DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 36 void DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump() 69 static void DumpReg0(std::ostream& os, uint8_t rex, size_t reg, in DumpReg0() 84 static void DumpAnyReg(std::ostream& os, uint8_t rex, size_t reg, in DumpAnyReg() 95 static void DumpReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpReg() 102 static void DumpRmReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpRmReg() 109 static void DumpAddrReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpAddrReg() 117 static void DumpBaseReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpBaseReg() 123 static void DumpOpcodeReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpOpcodeReg() 139 static void DumpSegmentOverride(std::ostream& os, uint8_t segment_prefix) { in DumpSegmentOverride() [all …]
|
D | disassembler_arm.cc | 45 CustomDisassemblerStream(std::ostream& os, in CustomDisassemblerStream() 114 CustomDisassembler(std::ostream& os, const DisassemblerOptions* options) in CustomDisassembler() 207 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 231 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
|
D | disassembler_arm64.cc | 111 size_t DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 119 void DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
|
/art/runtime/ |
D | plugin.cc | 77 std::ostream& operator<<(std::ostream &os, const Plugin* m) { in operator <<() 81 std::ostream& operator<<(std::ostream &os, Plugin const& m) { in operator <<()
|
D | native_stack_dump.cc | 83 static inline void WritePrefix(std::ostream& os, const char* prefix, bool odd) { in WritePrefix() 158 std::ostream& os) { in Drain() 233 std::ostream& os, in Addr2line() 314 void DumpNativeStack(std::ostream& os, in DumpNativeStack() 413 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack()
|
D | offsets.cc | 23 std::ostream& operator<<(std::ostream& os, const Offset& offs) { in operator <<()
|
D | runtime_common.cc | 289 void UContext::DumpRegister32(std::ostream& os, const char* name, uint32_t value) const { in DumpRegister32() 293 void UContext::DumpRegister64(std::ostream& os, const char* name, uint64_t value) const { in DumpRegister64() 297 void UContext::DumpX86Flags(std::ostream& os, uint32_t flags) const { in DumpX86Flags() 330 void UContext::DumpArmStatusRegister(std::ostream& os, RegisterType status_register) const { in DumpArmStatusRegister()
|
/art/libdexfile/dex/ |
D | dex_file_layout.cc | 97 std::ostream& operator<<(std::ostream& os, const DexLayoutSection& section) { in operator <<() 106 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections) { 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 <<()
|
D | constants_arm.cc | 22 std::ostream& operator<<(std::ostream& os, const DRegister& 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/libartbase/base/ |
D | histogram-inl.h | 160 inline void Histogram<Value>::PrintBins(std::ostream& os, const CumulativeData& data) const { in PrintBins() 173 inline void Histogram<Value>::DumpBins(std::ostream& os) const { in DumpBins() 190 inline void Histogram<Value>::PrintConfidenceIntervals(std::ostream &os, double interval, in PrintConfidenceIntervals() 207 inline void Histogram<Value>::PrintMemoryUse(std::ostream &os) const { in PrintMemoryUse()
|
D | enums.cc | 23 std::ostream& operator<<(std::ostream& os, const PointerSize& rhs) { in operator <<()
|
D | dumpable.h | 37 void Dump(std::ostream& os) const { in Dump()
|
D | to_str.h | 30 std::ostringstream os; in ToStr() local
|
/art/libelffile/stream/ |
D | output_stream.cc | 21 std::ostream& operator<<(std::ostream& os, const Whence& rhs) { in operator <<()
|
/art/runtime/base/ |
D | mutator_locked_dumpable.h | 30 void Dump(std::ostream& os) const REQUIRES_SHARED(Locks::mutator_lock_) { in Dump()
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 54 std::ostream& operator <<(std::ostream& os, const std::pair<A, B>& pair) { in operator <<() 70 void PrintMostUsed(std::ostream& os, in PrintMostUsed() 73 std::function<void(std::ostream& os, T)> printer = in PrintMostUsed() 74 [](std::ostream& os, T v) { in PrintMostUsed() 100 static inline std::ostream& operator<<(std::ostream& os, const std::vector<uint8_t>& bytes) { in operator <<() 167 void NewRegisterInstructions::Dump(std::ostream& os, uint64_t total_size) const { in Dump() 191 std::function<void(std::ostream& os, size_t)> printer = [&](std::ostream& os, size_t idx) { in Dump()
|
/art/runtime/arch/x86/ |
D | registers_x86.cc | 27 std::ostream& operator<<(std::ostream& os, const Register& rhs) { 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 <<()
|