/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 80 static uint32_t GetInstructionSize(const uint8_t* pc) { in GetInstructionSize() 306 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in GetMethodAndReturnPcAndSp() local 329 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in Action() local 385 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in Action() local
|
/art/runtime/ |
D | oat_quick_method_header.h | 56 uintptr_t NativeQuickPcOffset(const uintptr_t pc) const { in NativeQuickPcOffset() 103 bool Contains(uintptr_t pc) const { in Contains()
|
D | oat_quick_method_header.cc | 28 const uintptr_t pc, in ToDexPc()
|
D | monitor_android.cc | 72 uint32_t pc; in LogContentionEvent() local
|
D | native_stack_dump.cc | 293 static bool PcIsWithinQuickCode(ArtMethod* method, uintptr_t pc) NO_THREAD_SAFETY_ANALYSIS { in PcIsWithinQuickCode()
|
D | monitor.cc | 448 uint32_t pc; in Lock() local 550 uint32_t pc; in Lock() local 564 uint32_t pc; in Lock() local
|
D | stack_map.cc | 109 StackMap CodeInfo::GetStackMapForNativePcOffset(uint32_t pc, InstructionSet isa) const { in GetStackMapForNativePcOffset()
|
D | art_method.cc | 573 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) { in GetOatQuickMethodHeader()
|
D | stack.cc | 578 static void AssertPcIsWithinQuickCode(ArtMethod* method, uintptr_t pc) in AssertPcIsWithinQuickCode()
|
/art/compiler/debug/ |
D | elf_debug_line_writer.h | 100 const uint32_t pc = stack_map.GetNativePcOffset(isa); in WriteCompilationUnit() local 225 uint32_t pc = pc2dex.from_; in WriteCompilationUnit() local
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.cc | 46 int pc = 0; in TEST_F() local 244 uint32_t pc = 0x01000000; in TEST_F() local
|
/art/compiler/utils/ |
D | assembler.cc | 96 uint32_t pc = dchecked_integral_cast<uint32_t>(assembler_->CodeSize()); in ImplicitlyAdvancePC() local
|
D | assembler.h | 291 uint32_t pc; member 315 void OverrideDelayedPC(size_t pc) { in OverrideDelayedPC()
|
/art/test/566-polymorphic-inlining/ |
D | polymorphic_inline.cc | 39 const void* pc = method->GetEntryPointFromQuickCompiledCode(); in do_checks() local
|
/art/runtime/arch/arm/ |
D | fault_handler_arm.cc | 41 static uint32_t GetInstructionSize(uint8_t* pc) { in GetInstructionSize()
|
/art/compiler/utils/x86/ |
D | constants_x86.h | 106 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
|
/art/compiler/utils/x86_64/ |
D | constants_x86_64.h | 130 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
|
/art/compiler/utils/mips64/ |
D | constants_mips64.h | 106 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
|
/art/compiler/utils/mips/ |
D | constants_mips.h | 131 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
|
/art/runtime/gc/ |
D | allocation_record.h | 61 void SetDexPc(uint32_t pc) { in SetDexPc()
|
/art/openjdkjvmti/ |
D | ti_method.cc | 556 uint32_t pc = visitor.GetDexPc(/*abort_on_failure=*/false); in Run() local
|
/art/compiler/optimizing/ |
D | code_generator.cc | 1149 uint32_t pc = GetAssembler()->CodeSize(); in HasStackMapAtCurrentPc() local
|
/art/runtime/jni/ |
D | jni_internal.cc | 128 SharedObjectKind GetSharedObjectKind(void* pc) { in GetSharedObjectKind()
|