Home
last modified time | relevance | path

Searched defs:os (Results 1 – 25 of 88) 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/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/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/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/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/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.cc102 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()
Ddisassembler_arm.cc32 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/
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/oatdump/
Doatdump.cc370 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/
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 <<()
Ddex_instruction.cc126 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 <<()
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
/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/
Doutput_stream.cc21 std::ostream& operator<<(std::ostream& os, const Whence& rhs) { in operator <<()
/art/runtime/base/
Dhistogram-inl.h156 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()
Ddumpable.h37 void Dump(std::ostream& os) const { in Dump()
Dto_str.h30 std::ostringstream os; in ToStr() local
/art/runtime/arch/x86/
Dregisters_x86.cc27 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<()
/art/runtime/gc/
Dgc_cause.cc42 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 <<()

1234