/art/libartbase/base/ |
D | hex_dump.cc | 60 char* hex = out; in Dump() local 65 *hex++ = gHexDigit[line_offset >> (kBitsPerIntPtrT - 4)]; in Dump() 68 hex++; in Dump() 69 hex++; in Dump() 77 hex += gap * 3; in Dump() 83 *hex++ = gHexDigit[*addr >> 4]; in Dump() 84 *hex++ = gHexDigit[*addr & 0x0f]; in Dump() 85 hex++; in Dump() 95 *hex++ = ' '; in Dump() 96 *hex++ = ' '; in Dump() [all …]
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 53 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp() 77 VLOG(signals) << "pc: " << std::hex << static_cast<void*>(ptr); in GetMethodAndReturnPcAndSp() 141 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action() 153 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action() 169 VLOG(signals) << "arm lr: " << std::hex << sc->arm_lr; in Action() 170 VLOG(signals) << "arm pc: " << std::hex << sc->arm_pc; in Action() 201 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action() 202 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action() 205 VLOG(signals) << "sp: " << std::hex << sp; in Action() 208 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action() [all …]
|
/art/runtime/arch/arm64/ |
D | fault_handler_arm64.cc | 65 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp() 115 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action() 127 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action() 156 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action() 157 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action() 160 VLOG(signals) << "sp: " << std::hex << sp; in Action() 163 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action() 164 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
|
/art/runtime/arch/mips64/ |
D | fault_handler_mips64.cc | 66 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp() 118 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action() 119 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action() 122 VLOG(signals) << "sp: " << std::hex << sp; in Action() 125 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action() 126 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
|
/art/runtime/arch/mips/ |
D | fault_handler_mips.cc | 65 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp() 116 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action() 117 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action() 120 VLOG(signals) << "sp: " << std::hex << sp; in Action() 123 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action() 124 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
|
/art/runtime/ |
D | elf_utils.h | 121 LOG(FATAL) << "Illegal d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer() 153 LOG(FATAL) << "Unknown MIPS d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer() 163 LOG(FATAL) << "Unknown d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer()
|
D | oat_quick_method_header.h | 49 << std::hex << code << " " << std::hex << header; in FromCodePointer()
|
D | oat_quick_method_header.cc | 89 LOG(FATAL) << "Failed to find native offset for dex pc 0x" << std::hex << dex_pc in ToNativeQuickPc()
|
D | stack_map.cc | 203 << std::hex in Dump() 244 << std::hex in Dump()
|
D | fault_handler.cc | 335 VLOG(signals) << "looking for dex pc for return pc " << std::hex << return_pc; in IsInGeneratedCode() 338 VLOG(signals) << "pc offset: " << std::hex << sought_offset; in IsInGeneratedCode()
|
D | dex_to_dex_decompiler.cc | 188 << " Actual: " << std::hex << quicken_index_ in Decompile()
|
D | quick_exception_handler.cc | 666 LOG(INFO) << "|> pc = " << std::hex << GetCurrentQuickFramePc(); in VisitFrame() 667 LOG(INFO) << "|> addr = " << std::hex << reinterpret_cast<uintptr_t>(GetCurrentQuickFrame()); in VisitFrame() 669 LOG(INFO) << "|> ret = " << std::hex << GetReturnPc(); in VisitFrame()
|
D | lock_word.h | 259 os << "LockWord:" << std::hex << value_; in Dump()
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 80 << std::hex << (intptr_t)base_ << ", end=" in RosAlloc() 81 << std::hex << (intptr_t)(base_ + capacity_) in RosAlloc() 113 LOG(INFO) << "RosAlloc::RosAlloc() : Inserted run 0x" << std::hex in RosAlloc() 144 << std::hex << reinterpret_cast<intptr_t>(fpr) in AllocPages() 159 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages() 219 << std::hex << reinterpret_cast<intptr_t>(new_free_page_run) in AllocPages() 243 …LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fp… in AllocPages() 256 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages() 294 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res) in AllocPages() 324 << static_cast<int>(pm_type) << ", ptr=" << std::hex in FreePages() [all …]
|
/art/disassembler/ |
D | disassembler_arm.cc | 120 os() << "0x" << std::hex << std::setw(8) << std::setfill('0') << prog_ctr << ": "; in PrintCodeAddress() 178 os() << "0x" << std::hex << std::setw(8) << std::setfill('0') << value; in PrintLiteral() 183 os() << "0x" << std::hex << std::setw(16) << std::setfill('0') << value; in PrintLiteral()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints_test.cc | 62 << type << " core spills=" << std::hex << frame_info.CoreSpillMask() << " fp spills=" in CheckFrameSize() 72 << " core spills=" << std::hex << frame_info.CoreSpillMask() in CheckPCOffset()
|
/art/test/983-source-transform-verify/ |
D | source_transform_art.cc | 71 << " [Dex PC: 0x" << std::hex << pair.DexPc() << std::dec << "] : " in VerifyClassData()
|
/art/tools/cpp-define-generator/ |
D | main.cc | 38 ss << std::showbase << std::hex << value; in pretty_format()
|
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 1336 "auipc $at, 0x" << std::hex << High16Bits(offset_forward) << "\n" in TEST_F() 1337 "jic $at, 0x" << std::hex << Low16Bits(offset_forward) << "\n" in TEST_F() 1343 "auipc $at, 0x" << std::hex << High16Bits(offset_back) << "\n" in TEST_F() 1344 "jic $at, 0x" << std::hex << Low16Bits(offset_back) << "\n" in TEST_F() 1381 "auipc $at, 0x" << std::hex << High16Bits(offset_forward) << "\n" in TEST_F() 1382 "jic $at, 0x" << std::hex << Low16Bits(offset_forward) << "\n" in TEST_F() 1384 ".fill 0x" << std::hex << kNopCount1 << " , 4, 0\n" in TEST_F() 1386 ".fill 0x" << std::hex << kNopCount2 << " , 4, 0\n" in TEST_F() 1388 "auipc $at, 0x" << std::hex << High16Bits(offset_back) << "\n" in TEST_F() 1389 "jic $at, 0x" << std::hex << Low16Bits(offset_back) << "\n" in TEST_F() [all …]
|
/art/runtime/gc/space/ |
D | image_space_fs.h | 72 LOG(WARNING) << "Unexpected file type of " << std::hex << de->d_type << " encountered."; in DeleteDirectoryContents()
|
/art/openjdkjvmti/ |
D | ti_breakpoint.cc | 63 << "Flags are: 0x" << std::hex << m->GetAccessFlags(); in Breakpoint()
|
/art/test/137-cfi/ |
D | cfi.cc | 167 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status; in wait_for_sigstop()
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 801 << " with access flags " << std::hex << entry.GetAccessFlags() << std::dec in Dump() 818 << ", and have the access flags " << std::hex << entry.GetAccessFlags() << std::dec in Dump() 836 << ", have the access flags " << std::hex << method.GetAccessFlags() << std::dec in Dump() 933 << std::hex in VerifyClasses() 998 << std::hex << " (expected=" << entry.GetAccessFlags() in VerifyFields() 1069 << std::hex in VerifyMethods()
|
/art/compiler/jit/ |
D | jit_logger.cc | 58 stream << std::hex in WritePerfMapLog()
|
/art/runtime/arch/ |
D | arch_test.cc | 72 << type << " core spills=" << std::hex << frame_info.CoreSpillMask() << " fp spills=" in CheckFrameSize()
|