| /art/runtime/ |
| D | oat_quick_method_header.h | 47 static bool IsNterpPc(uintptr_t pc) { in IsNterpPc() 72 uintptr_t NativeQuickPcOffset(const uintptr_t pc) const { in NativeQuickPcOffset() 115 bool Contains(uintptr_t pc) const { in Contains()
|
| D | monitor_android.cc | 73 uint32_t pc; in LogContentionEvent() local
|
| D | oat_quick_method_header.cc | 31 const uintptr_t pc, in ToDexPc()
|
| D | monitor.cc | 487 uint32_t pc; in Lock() local 588 uint32_t pc; in Lock() local 602 uint32_t pc; in Lock() local
|
| D | stack_map.cc | 83 StackMap CodeInfo::GetStackMapForNativePcOffset(uintptr_t pc, InstructionSet isa) const { in GetStackMapForNativePcOffset()
|
| D | art_method.cc | 587 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) { in GetOatQuickMethodHeader()
|
| D | stack.cc | 97 uint32_t pc = header->NativeQuickPcOffset(cur_quick_frame_pc_); in GetCurrentStackMap() local
|
| D | thread.cc | 4154 const void* pc = reinterpret_cast<const void*>(GetCurrentQuickFramePc()); in VisitQuickFrameWithVregCallback() local
|
| /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
|
| D | elf_debug_writer.cc | 242 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/runtime/arch/x86/ |
| D | fault_handler_x86.cc | 81 static uint32_t GetInstructionSize(const uint8_t* pc, size_t bytes) { in GetInstructionSize() 299 uintptr_t pc = uc->CTX_EIP; in Action() local 363 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in Action() local
|
| /art/test/566-polymorphic-inlining/ |
| D | polymorphic_inline.cc | 38 const void* pc = method->GetEntryPointFromQuickCompiledCode(); in do_checks() 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/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 | 99 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
|
| /art/compiler/utils/x86_64/ |
| D | constants_x86_64.h | 129 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 | 451 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 | 1323 uint32_t pc = GetAssembler()->CodeSize(); in HasStackMapAtCurrentPc() local
|
| D | load_store_elimination.cc | 3350 uint32_t pc = constructor_fences.front().instruction_->GetDexPc(); in CreateConstructorFences() local
|
| /art/runtime/jit/ |
| D | jit_code_cache.cc | 1406 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
|