Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 25 of 75) 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.cc54 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp()
78 VLOG(signals) << "pc: " << std::hex << static_cast<void*>(ptr); in GetMethodAndReturnPcAndSp()
142 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()
154 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()
170 VLOG(signals) << "arm lr: " << std::hex << sc->arm_lr; in Action()
171 VLOG(signals) << "arm pc: " << std::hex << sc->arm_pc; in Action()
202 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
203 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action()
206 VLOG(signals) << "sp: " << std::hex << sp; in Action()
209 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
[all …]
/art/runtime/arch/arm64/
Dfault_handler_arm64.cc66 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp()
116 VLOG(signals) << "inst2: " << std::hex << inst2 << " checkinst2: " << checkinst2; in Action()
128 VLOG(signals) << "inst1: " << std::hex << inst1 << " checkinst1: " << checkinst1; in Action()
157 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
158 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action()
161 VLOG(signals) << "sp: " << std::hex << sp; in Action()
164 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
165 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
/art/runtime/arch/mips64/
Dfault_handler_mips64.cc67 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp()
119 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
120 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action()
123 VLOG(signals) << "sp: " << std::hex << sp; in Action()
126 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
127 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
/art/runtime/arch/mips/
Dfault_handler_mips.cc66 VLOG(signals) << "pc: " << std::hex in GetMethodAndReturnPcAndSp()
117 VLOG(signals) << "stack overflow handler with sp at " << std::hex << &uc; in Action()
118 VLOG(signals) << "sigcontext: " << std::hex << sc; in Action()
121 VLOG(signals) << "sp: " << std::hex << sp; in Action()
124 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
125 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
/art/libelffile/elf/
Delf_utils.h153 LOG(FATAL) << "Illegal d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer()
185 LOG(FATAL) << "Unknown MIPS d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer()
195 LOG(FATAL) << "Unknown d_tag value 0x" << std::hex << d_tag; in IsDynamicSectionPointer()
/art/runtime/gc/allocator/
Drosalloc.cc80 << std::hex << (intptr_t)base_ << ", end=" in RosAlloc()
81 << std::hex << (intptr_t)(base_ + capacity_) in RosAlloc()
115 LOG(INFO) << "RosAlloc::RosAlloc() : Inserted run 0x" << std::hex in RosAlloc()
146 << std::hex << reinterpret_cast<intptr_t>(fpr) in AllocPages()
161 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
221 << std::hex << reinterpret_cast<intptr_t>(new_free_page_run) in AllocPages()
245 …LOG(INFO) << "RosAlloc::AllocPages() : Erased run 0x" << std::hex << reinterpret_cast<intptr_t>(fp… in AllocPages()
258 LOG(INFO) << "RosAlloc::AllocPages() : Inserted run 0x" << std::hex in AllocPages()
296 LOG(INFO) << "RosAlloc::AllocPages() : 0x" << std::hex << reinterpret_cast<intptr_t>(res) in AllocPages()
326 << static_cast<int>(pm_type) << ", ptr=" << std::hex in FreePages()
[all …]
/art/runtime/
Doat_quick_method_header.h45 << std::hex << code << " " << std::hex << header; in FromCodePointer()
Doat_quick_method_header.cc75 LOG(FATAL) << "Failed to find native offset for dex pc 0x" << std::hex << dex_pc in ToNativeQuickPc()
Dstack_map.cc231 << " CoreSpillMask:" << std::hex << core_spill_mask_ in Dump()
232 << " FpSpillMask:" << std::hex << fp_spill_mask_ in Dump()
284 << std::hex in Dump()
308 << std::hex in Dump()
Dfault_handler.cc334 VLOG(signals) << "looking for dex pc for return pc " << std::hex << return_pc; in IsInGeneratedCode()
337 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.cc671 LOG(INFO) << "|> pc = " << std::hex << stack_visitor->GetCurrentQuickFramePc(); in DumpFramesWithType()
672 LOG(INFO) << "|> addr = " << std::hex in DumpFramesWithType()
675 LOG(INFO) << "|> ret = " << std::hex << stack_visitor->GetReturnPc(); in DumpFramesWithType()
/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/arch/x86/
Dfault_handler_x86.cc285 VLOG(signals) << "sp: " << std::hex << *out_sp; in GetMethodAndReturnPcAndSp()
444 VLOG(signals) << "fault_addr: " << std::hex << fault_addr; in Action()
445 VLOG(signals) << "checking for stack overflow, sp: " << std::hex << sp << in Action()
/art/test/983-source-transform-verify/
Dsource_transform_art.cc64 << " [Dex PC: 0x" << std::hex << pair.DexPc() << std::dec << "] : " in VerifyClassData()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints_test.cc63 << " core spills=" << std::hex << frame_info.CoreSpillMask() in CheckPCOffset()
Dquick_throw_entrypoints.cc133 << " " << std::hex << dest_type->PrettyDescriptor() << ";" << dest_type->Depth() in artThrowClassCastException()
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc1346 "auipc $at, 0x" << std::hex << High16Bits(offset_forward) << "\n" in TEST_F()
1347 "jic $at, 0x" << std::hex << Low16Bits(offset_forward) << "\n" in TEST_F()
1353 "auipc $at, 0x" << std::hex << High16Bits(offset_back) << "\n" in TEST_F()
1354 "jic $at, 0x" << std::hex << Low16Bits(offset_back) << "\n" in TEST_F()
1391 "auipc $at, 0x" << std::hex << High16Bits(offset_forward) << "\n" in TEST_F()
1392 "jic $at, 0x" << std::hex << Low16Bits(offset_forward) << "\n" in TEST_F()
1394 ".fill 0x" << std::hex << kNopCount1 << " , 4, 0\n" in TEST_F()
1396 ".fill 0x" << std::hex << kNopCount2 << " , 4, 0\n" in TEST_F()
1398 "auipc $at, 0x" << std::hex << High16Bits(offset_back) << "\n" in TEST_F()
1399 "jic $at, 0x" << std::hex << Low16Bits(offset_back) << "\n" in TEST_F()
[all …]
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc467 std::ostringstream hex; in PrintRest() local
468 hex << std::hex << v.j; in PrintRest()
473 char_val << "0x" << std::hex << reinterpret_cast<uint16_t>(v.c); in PrintRest()
475 stream << ", jvalue[{<hex: 0x" << hex.str() << ">" in PrintRest()
502 stream << ", jlong[" << l.val << ", hex: 0x" << std::hex << l.val << "]"; in PrintRest()
508 stream << ", jlocation[" << l << ", hex: 0x" << std::hex << l << "]"; in PrintRest()
520 stream << ", jint[" << i << ", hex: 0x" << std::hex << i << "]"; in PrintRest()
/art/runtime/gc/space/
Dimage_space_fs.h73 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.cc187 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status; in wait_for_sigstop()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64.cc225 << literal_offset << ", " << pc_insn_offset << ", 0x" << std::hex << insn; in PatchPcRelativeReference()
281 DCHECK_EQ(insn & 0xbfbffc00, 0xb9000000) << std::hex << insn; in PatchPcRelativeReference()
/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc86 LOG(ERROR) << "RegisterDexFile: " << dex_file_->GetLocation() + " @ " << std::hex in SetDexSections()

123