Home
last modified time | relevance | path

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

1234

/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/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/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/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/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 <<()
/art/disassembler/
Ddisassembler_x86.cc31 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 …]
Ddisassembler_arm64.cc109 size_t DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin) { in Dump()
117 void DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
Ddisassembler_arm.cc33 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump()
44 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
78 void DisassemblerArm::DumpCond(std::ostream& os, uint32_t cond) { in DumpCond()
86 void DisassemblerArm::DumpMemoryDomain(std::ostream& os, uint32_t domain) { in DumpMemoryDomain()
99 void DisassemblerArm::DumpBranchTarget(std::ostream& os, const uint8_t* instr_ptr, int32_t imm32) { in DumpBranchTarget()
136 std::ostream& operator<<(std::ostream& os, const ArmRegister& r) { in operator <<()
158 std::ostream& operator<<(std::ostream& os, const RmLslImm2& r) { in operator <<()
174 std::ostream& operator<<(std::ostream& os, const ShiftedImmediate& rhs) { in operator <<()
183 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/runtime/base/
Dhistogram-inl.h157 inline void Histogram<Value>::PrintBins(std::ostream& os, const CumulativeData& data) const { in PrintBins()
170 inline void Histogram<Value>::DumpBins(std::ostream& os) const { in DumpBins()
187 inline void Histogram<Value>::PrintConfidenceIntervals(std::ostream &os, double interval, in PrintConfidenceIntervals()
204 inline void Histogram<Value>::PrintMemoryUse(std::ostream &os) const { in PrintMemoryUse()
Ddumpable.h37 void Dump(std::ostream& os) const { in Dump()
Dto_str.h30 std::ostringstream os; in ToStr() local
/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/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 <<()
/art/runtime/
Dreference_table.cc79 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()
Doffsets.cc23 std::ostream& operator<<(std::ostream& os, const Offset& offs) { in operator <<()
Dprimitive.cc39 std::ostream& operator<<(std::ostream& os, const Primitive::Type& type) { in operator <<()
Dsignal_catcher.cc45 static void DumpCmdLine(std::ostream& os) { in DumpCmdLine()
130 std::ostringstream os; in HandleSigQuit() local
Ddex_instruction.cc134 std::ostringstream os; in DumpHex() local
150 std::ostringstream os; in DumpHexLE() local
163 std::ostringstream os; in DumpString() local
472 std::ostream& operator<<(std::ostream& os, const Instruction::Code& code) { 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/arch/x86/
Dregisters_x86.cc27 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<()
/art/runtime/gc/
Dgc_cause.cc45 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) { in operator <<()
/art/compiler/utils/mips64/
Dmanaged_register_mips64.cc44 std::ostream& operator<<(std::ostream& os, const Mips64ManagedRegister& reg) { in operator <<()
/art/compiler/optimizing/
Dnodes_arm64.cc67 std::ostream& operator<<(std::ostream& os, const HArm64DataProcWithShifterOp::OpKind op) { in operator <<()

1234