Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 62) sorted by relevance

123

/art/libartbase/base/
Dhex_dump.cc60 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/
Dfault_handler_arm.cc53 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/
Dfault_handler_arm64.cc65 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/
Dfault_handler_mips64.cc66 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/
Dfault_handler_mips.cc65 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/
Delf_utils.h121 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()
Doat_quick_method_header.h49 << std::hex << code << " " << std::hex << header; in FromCodePointer()
Doat_quick_method_header.cc89 LOG(FATAL) << "Failed to find native offset for dex pc 0x" << std::hex << dex_pc in ToNativeQuickPc()
Dstack_map.cc203 << std::hex in Dump()
244 << std::hex in Dump()
Dfault_handler.cc335 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()
Ddex_to_dex_decompiler.cc188 << " Actual: " << std::hex << quicken_index_ in Decompile()
Dquick_exception_handler.cc666 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()
Dlock_word.h259 os << "LockWord:" << std::hex << value_; in Dump()
/art/runtime/gc/allocator/
Drosalloc.cc80 << 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/
Ddisassembler_arm.cc120 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/
Dquick_trampoline_entrypoints_test.cc62 << 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/
Dsource_transform_art.cc71 << " [Dex PC: 0x" << std::hex << pair.DexPc() << std::dec << "] : " in VerifyClassData()
/art/tools/cpp-define-generator/
Dmain.cc38 ss << std::showbase << std::hex << value; in pretty_format()
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1336 "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/
Dimage_space_fs.h72 LOG(WARNING) << "Unexpected file type of " << std::hex << de->d_type << " encountered."; in DeleteDirectoryContents()
/art/openjdkjvmti/
Dti_breakpoint.cc63 << "Flags are: 0x" << std::hex << m->GetAccessFlags(); in Breakpoint()
/art/test/137-cfi/
Dcfi.cc167 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status; in wait_for_sigstop()
/art/runtime/verifier/
Dverifier_deps.cc801 << " 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/
Djit_logger.cc58 stream << std::hex in WritePerfMapLog()
/art/runtime/arch/
Darch_test.cc72 << type << " core spills=" << std::hex << frame_info.CoreSpillMask() << " fp spills=" in CheckFrameSize()

123