/art/runtime/jdwp/ |
D | jdwp_constants.h | 90 std::ostream& operator<<(std::ostream& os, const JdwpError& value); 102 std::ostream& operator<<(std::ostream& os, const JdwpClassStatus& value); 132 std::ostream& operator<<(std::ostream& os, const JdwpEventKind& value); 151 std::ostream& operator<<(std::ostream& os, const JdwpModKind& value); 160 std::ostream& operator<<(std::ostream& os, const JdwpInvokeOptions& value); 170 std::ostream& operator<<(std::ostream& os, const JdwpStepDepth& value); 179 std::ostream& operator<<(std::ostream& os, const JdwpStepSize& value); 189 std::ostream& operator<<(std::ostream& os, const JdwpSuspendPolicy& value); 198 std::ostream& operator<<(std::ostream& os, const JdwpSuspendStatus& value); 210 std::ostream& operator<<(std::ostream& os, const JdwpThreadStatus& value); [all …]
|
/art/compiler/dex/ |
D | compiler_enums.h | 275 std::ostream& operator<<(std::ostream& os, const OpSize& kind); 333 std::ostream& operator<<(std::ostream& os, const OpKind& kind); 356 std::ostream& operator<<(std::ostream& os, const ConditionCode& kind); 378 std::ostream& operator<<(std::ostream& os, const ArmConditionCode& kind); 426 std::ostream& operator<<(std::ostream& os, const X86ConditionCode& kind); 435 std::ostream& operator<<(std::ostream& os, const DividePattern& pattern); 458 std::ostream& operator<<(std::ostream& os, const MemBarrierKind& kind); 522 std::ostream& operator<<(std::ostream& os, const SelectInstructionKind& kind); 543 std::ostream& operator<<(std::ostream& os, const FixupKind& kind); 550 std::ostream& operator<<(std::ostream& os, const VolatileKind& kind); [all …]
|
/art/runtime/arch/arm64/ |
D | registers_arm64.cc | 38 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 <<()
|
D | registers_arm64.h | 71 std::ostream& operator<<(std::ostream& os, const Register& rhs); 111 std::ostream& operator<<(std::ostream& os, const WRegister& rhs); 150 std::ostream& operator<<(std::ostream& os, const DRegister& rhs); 189 std::ostream& operator<<(std::ostream& os, const SRegister& rhs);
|
/art/disassembler/ |
D | disassembler_arm.h | 31 size_t Dump(std::ostream& os, const uint8_t* begin) OVERRIDE; 32 void Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) OVERRIDE; 35 void DumpArm(std::ostream& os, const uint8_t* instr); 38 size_t DumpThumb16(std::ostream& os, const uint8_t* instr); 39 size_t DumpThumb32(std::ostream& os, const uint8_t* instr_ptr); 41 void DumpBranchTarget(std::ostream& os, const uint8_t* instr_ptr, int32_t imm32); 42 void DumpCond(std::ostream& os, uint32_t cond); 43 void DumpMemoryDomain(std::ostream& os, uint32_t domain);
|
D | disassembler_x86.h | 30 size_t Dump(std::ostream& os, const uint8_t* begin) OVERRIDE; 31 void Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) OVERRIDE; 34 size_t DumpInstruction(std::ostream& os, const uint8_t* instr);
|
/art/runtime/arch/mips/ |
D | registers_mips.cc | 30 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 39 std::ostream& operator<<(std::ostream& os, const FRegister& rhs) { in operator <<()
|
D | registers_mips.h | 65 std::ostream& operator<<(std::ostream& os, const Register& rhs); 104 std::ostream& operator<<(std::ostream& os, const FRegister& rhs);
|
/art/runtime/arch/arm/ |
D | registers_arm.cc | 28 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 37 std::ostream& operator<<(std::ostream& os, const SRegister& rhs) { in operator <<()
|
D | registers_arm.h | 52 std::ostream& operator<<(std::ostream& os, const Register& rhs); 92 std::ostream& operator<<(std::ostream& os, const SRegister& rhs);
|
/art/runtime/arch/x86_64/ |
D | registers_x86_64.cc | 28 std::ostream& operator<<(std::ostream& os, const Register& rhs) { in operator <<() 37 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs) { in operator <<()
|
D | registers_x86_64.h | 49 std::ostream& operator<<(std::ostream& os, const Register& rhs); 70 std::ostream& operator<<(std::ostream& os, const FloatRegister& rhs);
|
/art/compiler/utils/x86_64/ |
D | constants_x86_64.h | 46 std::ostream& operator<<(std::ostream& os, const CpuRegister& reg); 63 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg); 77 std::ostream& operator<<(std::ostream& os, const X87Register& reg);
|
D | managed_register_x86_64.cc | 52 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<() 93 void X86_64ManagedRegister::Print(std::ostream& os) const { in Print() 109 std::ostream& operator<<(std::ostream& os, const X86_64ManagedRegister& reg) { in operator <<()
|
D | managed_register_x86_64.h | 44 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg); 142 void Print(std::ostream& os) const; 199 std::ostream& operator<<(std::ostream& os, const X86_64ManagedRegister& reg);
|
/art/compiler/utils/mips/ |
D | managed_register_mips.cc | 76 void MipsManagedRegister::Print(std::ostream& os) const { in Print() 92 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/ |
D | managed_register_arm.cc | 75 void ArmManagedRegister::Print(std::ostream& os) const { in Print() 92 std::ostream& operator<<(std::ostream& os, const ArmManagedRegister& reg) { in operator <<() 97 std::ostream& operator<<(std::ostream& os, const RegisterPair& r) { in operator <<()
|
/art/compiler/utils/x86/ |
D | constants_x86.h | 55 std::ostream& operator<<(std::ostream& os, const XmmRegister& reg); 69 std::ostream& operator<<(std::ostream& os, const X87Register& reg);
|
D | managed_register_x86.cc | 53 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg) { in operator <<() 94 void X86ManagedRegister::Print(std::ostream& os) const { in Print() 110 std::ostream& operator<<(std::ostream& os, const X86ManagedRegister& reg) { in operator <<()
|
D | managed_register_x86.h | 45 std::ostream& operator<<(std::ostream& os, const RegisterPair& reg); 155 void Print(std::ostream& os) const; 213 std::ostream& operator<<(std::ostream& os, const X86ManagedRegister& reg);
|
/art/runtime/base/ |
D | hex_dump.h | 37 void Dump(std::ostream& os) const; 48 inline std::ostream& operator<<(std::ostream& os, const HexDump& rhs) {
|
D | mutex.h | 109 std::ostream& operator<<(std::ostream& os, const LockLevel& rhs); 136 virtual void Dump(std::ostream& os) const = 0; 138 static void DumpAll(std::ostream& os); 152 void DumpContention(std::ostream& os) const; 199 std::ostream& operator<<(std::ostream& os, const Mutex& mu); 247 virtual void Dump(std::ostream& os) const; 283 std::ostream& operator<<(std::ostream& os, const ReaderWriterMutex& mu); 360 virtual void Dump(std::ostream& os) const;
|
/art/compiler/optimizing/ |
D | graph_visualizer.h | 43 HGraphVisualizer(std::ostream* output, 53 HGraphVisualizer(std::ostream* output, 65 std::ostream* const output_;
|
/art/runtime/verifier/ |
D | method_verifier.h | 61 std::ostream& operator<<(std::ostream& os, const MethodType& rhs); 85 std::ostream& operator<<(std::ostream& os, const VerifyError& rhs); 150 static MethodVerifier* VerifyMethodAndDump(std::ostream& os, uint32_t method_idx, 171 std::ostream& Fail(VerifyError error); 174 std::ostream& LogVerifyInfo(); 177 std::ostream& DumpFailures(std::ostream& os); 181 void Dump(std::ostream& os) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); 714 std::ostream& operator<<(std::ostream& os, const MethodVerifier::FailureKind& rhs);
|
/art/runtime/ |
D | offsets.cc | 23 std::ostream& operator<<(std::ostream& os, const Offset& offs) { in operator <<()
|