/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/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 | 42 size_t DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 46 void DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump() 79 static void DumpReg0(std::ostream& os, uint8_t rex, size_t reg, in DumpReg0() 94 static void DumpAnyReg(std::ostream& os, uint8_t rex, size_t reg, in DumpAnyReg() 105 static void DumpReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpReg() 112 static void DumpRmReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpRmReg() 119 static void DumpAddrReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpAddrReg() 127 static void DumpBaseReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpBaseReg() 133 static void DumpOpcodeReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpOpcodeReg() 149 static void DumpSegmentOverride(std::ostream& os, uint8_t segment_prefix) { in DumpSegmentOverride() [all …]
|
D | disassembler_arm.cc | 45 CustomDisassemblerStream(std::ostream& os, in CustomDisassemblerStream() 130 CustomDisassembler(std::ostream& os, const DisassemblerOptions* options) in CustomDisassembler() 223 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump() 247 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
|
/art/libartbase/base/ |
D | stats-inl.h | 27 void Stats::DumpSizes(VariableIndentationOutputStream& os, std::string_view name) const { in DumpSizes() 31 void Stats::Dump(VariableIndentationOutputStream& os, in Dump()
|
D | histogram-inl.h | 163 inline void Histogram<Value>::PrintBins(std::ostream& os, const CumulativeData& data) const { in PrintBins() 176 inline void Histogram<Value>::DumpBins(std::ostream& os) const { in DumpBins() 193 inline void Histogram<Value>::PrintConfidenceIntervals(std::ostream &os, double interval, in PrintConfidenceIntervals() 210 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/runtime/ |
D | plugin.cc | 82 std::ostream& operator<<(std::ostream &os, const Plugin* m) { in operator <<() 86 std::ostream& operator<<(std::ostream &os, Plugin const& m) { in operator <<()
|
D | runtime_common.cc | 288 void UContext::DumpRegister32(std::ostream& os, const char* name, uint32_t value) const { in DumpRegister32() 292 void UContext::DumpRegister64(std::ostream& os, const char* name, uint64_t value) const { in DumpRegister64() 296 void UContext::DumpX86Flags(std::ostream& os, uint32_t flags) const { in DumpX86Flags() 329 void UContext::DumpArmStatusRegister(std::ostream& os, RegisterType status_register) const { in DumpArmStatusRegister()
|
D | offsets.cc | 23 std::ostream& operator<<(std::ostream& os, const Offset& offs) { in operator <<()
|
D | native_stack_dump.cc | 82 static inline void WritePrefix(std::ostream& os, const char* prefix, bool odd) { in WritePrefix() 157 std::ostream& os) { in Drain() 232 std::ostream& os, in Addr2line() 318 void DumpNativeStack(std::ostream& os, in DumpNativeStack()
|
D | reflective_handle_scope.cc | 30 std::ostream& operator<<(std::ostream& os, const BaseReflectiveHandleScope& brhs) { in operator <<()
|
/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/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/compiler/optimizing/ |
D | block_namer.cc | 23 std::ostream& BlockNamer::PrintName(std::ostream& os, HBasicBlock* blk) const { in PrintName()
|
/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/runtime/ti/ |
D | agent.cc | 155 std::ostream& operator<<(std::ostream &os, AgentSpec const& m) { in operator <<() 230 std::ostream& operator<<(std::ostream &os, const Agent* m) { in operator <<() 234 std::ostream& operator<<(std::ostream &os, Agent const& m) { in operator <<()
|
/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 <<()
|