Home
last modified time | relevance | path

Searched defs:os (Results 1 – 25 of 107) sorted by relevance

12345

/art/runtime/arch/arm64/
Dregisters_arm64.cc38 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/
Dregisters_mips64.cc31 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/disassembler/
Ddisassembler_x86.cc32 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 …]
Ddisassembler_arm.cc45 CustomDisassemblerStream(std::ostream& os, in CustomDisassemblerStream()
116 CustomDisassembler(std::ostream& os, const DisassemblerOptions* options) in CustomDisassembler()
195 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump()
218 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
Ddisassembler_arm64.cc111 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/arch/mips/
Dregisters_mips.cc30 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/arm/
Dregisters_arm.cc28 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/x86_64/
Dregisters_x86_64.cc28 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/base/
Ddumpable.h38 void Dump(std::ostream& os) const { in Dump()
59 void Dump(std::ostream& os) const REQUIRES_SHARED(Locks::mutator_lock_) { in Dump()
Dhistogram-inl.h158 inline void Histogram<Value>::PrintBins(std::ostream& os, const CumulativeData& data) const { in PrintBins()
171 inline void Histogram<Value>::DumpBins(std::ostream& os) const { in DumpBins()
188 inline void Histogram<Value>::PrintConfidenceIntervals(std::ostream &os, double interval, in PrintConfidenceIntervals()
205 inline void Histogram<Value>::PrintMemoryUse(std::ostream &os) const { in PrintMemoryUse()
Dto_str.h30 std::ostringstream os; in ToStr() local
/art/runtime/
Druntime_common.cc285 void UContext::DumpRegister32(std::ostream& os, const char* name, uint32_t value) const { in DumpRegister32()
289 void UContext::DumpRegister64(std::ostream& os, const char* name, uint64_t value) const { in DumpRegister64()
293 void UContext::DumpX86Flags(std::ostream& os, uint32_t flags) const { in DumpX86Flags()
326 void UContext::DumpArmStatusRegister(std::ostream& os, RegisterType status_register) const { in DumpArmStatusRegister()
Dplugin.cc84 std::ostream& operator<<(std::ostream &os, const Plugin* m) { in operator <<()
88 std::ostream& operator<<(std::ostream &os, Plugin const& m) { in operator <<()
Dnative_stack_dump.cc62 static inline void WritePrefix(std::ostream& os, const char* prefix, bool odd) { in WritePrefix()
137 std::ostream& os) { in Drain()
215 std::ostream& os, in Addr2line()
282 void DumpNativeStack(std::ostream& os, in DumpNativeStack()
371 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack()
Doffsets.cc23 std::ostream& operator<<(std::ostream& os, const Offset& offs) { in operator <<()
Dsignal_catcher.cc46 static void DumpCmdLine(std::ostream& os) { in DumpCmdLine()
131 std::ostringstream os; in HandleSigQuit() local
/art/compiler/utils/arm/
Dmanaged_register_arm.cc92 std::ostream& operator<<(std::ostream& os, const ArmManagedRegister& reg) { in operator <<()
97 std::ostream& operator<<(std::ostream& os, const RegisterPair& r) { in operator <<()
Dassembler_arm.cc40 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<()
50 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) { in operator <<()
60 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) { in operator <<()
69 std::ostream& operator<<(std::ostream& os, const Condition& rhs) { in operator <<()
/art/compiler/utils/mips/
Dmanaged_register_mips.cc92 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/x86/
Dmanaged_register_x86.cc53 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/
Dmanaged_register_x86_64.cc52 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/linker/
Doutput_stream.cc21 std::ostream& operator<<(std::ostream& os, const Whence& rhs) { in operator <<()
/art/runtime/ti/
Dagent.cc210 std::ostream& operator<<(std::ostream &os, const Agent* m) { in operator <<()
214 std::ostream& operator<<(std::ostream &os, Agent const& m) { in operator <<()
/art/runtime/arch/x86/
Dregisters_x86.cc27 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<()
/art/runtime/gc/
Dgc_cause.cc51 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) { in operator <<()

12345