/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 80 static uint32_t GetInstructionSize(const uint8_t* pc) { in GetInstructionSize() 310 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in GetMethodAndReturnPcAndSp() local 333 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in Action() local 389 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in Action() local
|
/art/runtime/ |
D | oat_quick_method_header.h | 62 uintptr_t NativeQuickPcOffset(const uintptr_t pc) const { in NativeQuickPcOffset() 105 bool Contains(uintptr_t pc) const { in Contains()
|
D | monitor_android.cc | 72 uint32_t pc; in LogContentionEvent() local
|
D | oat_quick_method_header.cc | 32 const uintptr_t pc, in ToDexPc()
|
D | native_stack_dump.cc | 297 static bool PcIsWithinQuickCode(ArtMethod* method, uintptr_t pc) NO_THREAD_SAFETY_ANALYSIS { in PcIsWithinQuickCode()
|
D | monitor.cc | 487 uint32_t pc; in Lock() local 587 uint32_t pc; in Lock() local 601 uint32_t pc; in Lock() local
|
D | stack.cc | 97 uint32_t pc = header->NativeQuickPcOffset(cur_quick_frame_pc_); in GetCurrentStackMap() local 650 static void AssertPcIsWithinQuickCode(ArtMethod* method, uintptr_t pc) in AssertPcIsWithinQuickCode()
|
D | stack_map.cc | 136 StackMap CodeInfo::GetStackMapForNativePcOffset(uintptr_t pc, InstructionSet isa) const { in GetStackMapForNativePcOffset()
|
D | art_method.cc | 538 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) { in GetOatQuickMethodHeader()
|
/art/compiler/debug/ |
D | elf_debug_line_writer.h | 98 const uint32_t pc = stack_map.GetNativePcOffset(isa); in WriteCompilationUnit() local 223 uint32_t pc = pc2dex.from_; in WriteCompilationUnit() local
|
D | elf_debug_writer.cc | 241 auto is_pc_aligned = [](const void* pc) { return IsAligned<kPcAlign>(pc); }; in PackElfFileForJIT()
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.cc | 48 int pc = 0; in TEST_F() local 251 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 | 290 uint32_t pc; member 314 void OverrideDelayedPC(size_t pc) { in OverrideDelayedPC()
|
/art/test/566-polymorphic-inlining/ |
D | polymorphic_inline.cc | 38 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 | 133 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
|
/art/openjdkjvmti/ |
D | ti_breakpoint.cc | 58 JvmtiBreakpointReflectionSource(size_t pc, art::ArtMethod* m) in JvmtiBreakpointReflectionSource()
|
D | ti_method.cc | 588 uint32_t pc = visitor.GetDexPc(/*abort_on_failure=*/false); in Run() local
|
D | ti_redefine.cc | 450 std::string pc(klass->PrettyClass()); in GetClassRedefinitionError() local
|
/art/runtime/gc/ |
D | allocation_record.h | 61 void SetDexPc(uint32_t pc) { in SetDexPc()
|
/art/compiler/optimizing/ |
D | code_generator.cc | 1301 uint32_t pc = GetAssembler()->CodeSize(); in HasStackMapAtCurrentPc() local
|
D | load_store_elimination.cc | 3205 uint32_t pc = constructor_fences.front().instruction_->GetDexPc(); in CreateConstructorFences() local
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 1359 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
|