Home
last modified time | relevance | path

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

123

/art/runtime/arch/arm64/
Dregisters_arm64.cc38 std::ostream& operator<<(std::ostream& os, const Register& 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/disassembler/
Ddisassembler_x86.cc29 size_t DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin) { in Dump()
33 void DisassemblerX86::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
66 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 DumpIndexReg(std::ostream& os, uint8_t rex, uint8_t reg) { in DumpIndexReg()
128 static void DumpOpcodeReg(std::ostream& os, uint8_t rex, uint8_t reg, in DumpOpcodeReg()
[all …]
Ddisassembler_arm64.cc34 size_t DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin) { in Dump()
42 void DisassemblerArm64::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
Ddisassembler_arm.cc30 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump()
41 void DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { in Dump()
75 void DisassemblerArm::DumpCond(std::ostream& os, uint32_t cond) { in DumpCond()
83 void DisassemblerArm::DumpMemoryDomain(std::ostream& os, uint32_t domain) { in DumpMemoryDomain()
96 void DisassemblerArm::DumpBranchTarget(std::ostream& os, const uint8_t* instr_ptr, int32_t imm32) { in DumpBranchTarget()
131 std::ostream& operator<<(std::ostream& os, const ArmRegister& r) { in operator <<()
153 std::ostream& operator<<(std::ostream& os, const Rm& r) { in operator <<()
169 std::ostream& operator<<(std::ostream& os, const ShiftedImmediate& rhs) { in operator <<()
178 std::ostream& operator<<(std::ostream& os, const RegisterList& rhs) { in operator <<()
219 std::ostream& operator<<(std::ostream& os, const FpRegister& rhs) { in operator <<()
[all …]
Ddisassembler_mips.cc171 size_t DisassemblerMips::Dump(std::ostream& os, const uint8_t* instr_ptr) { in Dump()
264 void DisassemblerMips::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/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/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/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.cc162 bool Dump(std::ostream& os) { in Dump()
361 bool DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) { in DumpOatDexFile()
408 bool DumpOatClass(std::ostream& os, const OatFile::OatClass& oat_class, const DexFile& dex_file, in DumpOatClass()
447 bool DumpOatMethod(std::ostream& os, const DexFile::ClassDef& class_def, in DumpOatMethod()
650 void DumpSpillMask(std::ostream& os, uint32_t spill_mask, bool is_float) { in DumpSpillMask()
673 void DumpVmap(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpVmap()
700 void DescribeVReg(std::ostream& os, const OatFile::OatMethod& oat_method, in DescribeVReg()
721 void DumpGcMapRegisters(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMapRegisters()
745 void DumpGcMap(std::ostream& os, const OatFile::OatMethod& oat_method, in DumpGcMap()
772 void DumpMappingTable(std::ostream& os, const OatFile::OatMethod& oat_method) { in DumpMappingTable()
[all …]
/art/compiler/utils/x86/
Dmanaged_register_x86.cc53 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<()
110 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/runtime/
Doffsets.cc23 std::ostream& operator<<(std::ostream& os, const Offset& offs) { in operator <<()
Dreference_table.cc112 static void DumpSummaryLine(std::ostream& os, mirror::Object* obj, size_t element_count, in DumpSummaryLine()
146 void ReferenceTable::Dump(std::ostream& os) { in Dump()
151 void ReferenceTable::Dump(std::ostream& os, Table& entries) { in Dump()
Dprimitive.cc33 std::ostream& operator<<(std::ostream& os, const Primitive::Type& type) { in operator <<()
Dmem_map.cc49 std::ostream& os, in operator <<()
62 std::ostream& operator<<(std::ostream& os, const MemMap::Maps& mem_maps) { in operator <<()
227 std::ostringstream os; in CheckMapRequest() local
612 void MemMap::DumpMaps(std::ostream& os) { in DumpMaps()
617 void MemMap::DumpMapsLocked(std::ostream& os) { in DumpMapsLocked()
662 std::ostream& operator<<(std::ostream& os, const MemMap& mem_map) { in operator <<()
Dsignal_catcher.cc42 static void DumpCmdLine(std::ostream& os) { in DumpCmdLine()
138 std::ostringstream os; in HandleSigQuit() local
Dthread_list.cc88 void ThreadList::DumpNativeStacks(std::ostream& os) { in DumpNativeStacks()
97 void ThreadList::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit()
105 static void DumpUnattachedThread(std::ostream& os, pid_t tid) NO_THREAD_SAFETY_ANALYSIS { in DumpUnattachedThread()
118 void ThreadList::DumpUnattachedThreads(std::ostream& os) { in DumpUnattachedThreads()
143 void ThreadList::DumpLocked(std::ostream& os) { in DumpLocked()
903 std::ostringstream os; in Unregister() local
Ddex_instruction.cc125 std::ostringstream os; in DumpHex() local
137 std::ostringstream os; in DumpString() local
385 std::ostream& operator<<(std::ostream& os, const Instruction::Code& code) { 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.cc42 std::ostream& operator<<(std::ostream& os, const GcCause& gc_cause) { in operator <<()
/art/compiler/utils/arm64/
Dmanaged_register_arm64.cc110 std::ostream& operator<<(std::ostream& os, const Arm64ManagedRegister& reg) { in operator <<()
/art/runtime/base/
Dhistogram-inl.h152 inline void Histogram<Value>::PrintBins(std::ostream& os, const CumulativeData& data) const { in PrintBins()
165 inline void Histogram<Value>::PrintConfidenceIntervals(std::ostream &os, double interval, in PrintConfidenceIntervals()
Dstl_util.h83 std::ostringstream os; in ToString() local

123