Home
last modified time | relevance | path

Searched defs:os (Results 1 – 25 of 121) 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/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/disassembler/
Ddisassembler_x86.cc42 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 …]
Ddisassembler_arm.cc45 CustomDisassemblerStream(std::ostream& os, in CustomDisassemblerStream()
114 CustomDisassembler(std::ostream& os, const DisassemblerOptions* options) in CustomDisassembler()
207 size_t DisassemblerArm::Dump(std::ostream& os, const uint8_t* begin) { in Dump()
231 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/
Dplugin.cc82 std::ostream& operator<<(std::ostream &os, const Plugin* m) { in operator <<()
86 std::ostream& operator<<(std::ostream &os, Plugin const& m) { in operator <<()
Doffsets.cc23 std::ostream& operator<<(std::ostream& os, const Offset& offs) { in operator <<()
Druntime_common.cc288 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()
Dreflective_handle_scope.cc30 std::ostream& operator<<(std::ostream& os, const BaseReflectiveHandleScope& brhs) { in operator <<()
Dnative_stack_dump.cc84 static inline void WritePrefix(std::ostream& os, const char* prefix, bool odd) { in WritePrefix()
159 std::ostream& os) { in Drain()
234 std::ostream& os, in Addr2line()
320 void DumpNativeStack(std::ostream& os, in DumpNativeStack()
/art/libdexfile/dex/
Ddex_file_layout.cc97 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/
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 <<()
Dconstants_arm.cc22 std::ostream& operator<<(std::ostream& os, const DRegister& rhs) { in operator <<()
/art/libartbase/base/
Dhistogram-inl.h163 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()
Denums.cc23 std::ostream& operator<<(std::ostream& os, const PointerSize& rhs) { in operator <<()
Ddumpable.h37 void Dump(std::ostream& os) const { in Dump()
Dto_str.h30 std::ostringstream os; in ToStr() local
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc54 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/libelffile/stream/
Doutput_stream.cc21 std::ostream& operator<<(std::ostream& os, const Whence& rhs) { in operator <<()
/art/runtime/base/
Dmutator_locked_dumpable.h30 void Dump(std::ostream& os) const REQUIRES_SHARED(Locks::mutator_lock_) { in Dump()
/art/runtime/ti/
Dagent.cc155 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_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/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/runtime/arch/x86/
Dregisters_x86.cc27 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<()

12345