| /art/runtime/ |
| D | oat_quick_method_header.h | 56 uintptr_t NativeQuickPcOffset(const uintptr_t pc) const { in NativeQuickPcOffset() 87 bool Contains(uintptr_t pc) const { in Contains()
|
| D | monitor_android.cc | 80 uint32_t pc; in LogContentionEvent() local
|
| D | oat_quick_method_header.cc | 38 const uintptr_t pc, in ToDexPc()
|
| D | art_method.cc | 371 const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) { in GetOatQuickMethodHeader()
|
| D | monitor.cc | 361 uint32_t pc; in Lock() local 401 uint32_t pc; in Lock() local
|
| D | stack.cc | 617 static void AssertPcIsWithinQuickCode(ArtMethod* method, uintptr_t pc) in AssertPcIsWithinQuickCode()
|
| D | utils.cc | 1096 static bool PcIsWithinQuickCode(ArtMethod* method, uintptr_t pc) NO_THREAD_SAFETY_ANALYSIS { in PcIsWithinQuickCode()
|
| /art/runtime/arch/x86/ |
| D | fault_handler_x86.cc | 93 static uint32_t GetInstructionSize(const uint8_t* pc) { in GetInstructionSize() 277 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in GetMethodAndReturnPcAndSp() local 297 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in Action() local 355 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in Action() local
|
| /art/compiler/debug/ |
| D | elf_debug_line_writer.h | 106 const uint32_t pc = stack_map.GetNativePcOffset(encoding.stack_map_encoding); in WriteCompilationUnit() local 226 uint32_t pc = pc2dex.from_; in WriteCompilationUnit() local
|
| /art/compiler/debug/dwarf/ |
| D | dwarf_test.cc | 48 int pc = 0; in TEST_F() local 252 uint32_t pc = 0x01000000; in TEST_F() local
|
| /art/compiler/utils/mips64/ |
| D | constants_mips64.h | 77 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
|
| /art/compiler/utils/ |
| D | assembler.h | 288 uint32_t pc; member 312 void OverrideDelayedPC(size_t pc) { in OverrideDelayedPC()
|
| D | assembler.cc | 115 uint32_t pc = dchecked_integral_cast<uint32_t>(assembler_->CodeSize()); in ImplicitlyAdvancePC() local
|
| /art/compiler/utils/mips/ |
| D | constants_mips.h | 101 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
|
| /art/compiler/utils/x86_64/ |
| D | constants_x86_64.h | 127 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
|
| /art/runtime/arch/arm/ |
| D | fault_handler_arm.cc | 42 static uint32_t GetInstructionSize(uint8_t* pc) { in GetInstructionSize()
|
| /art/compiler/utils/x86/ |
| D | constants_x86.h | 118 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
|
| /art/runtime/gc/ |
| D | allocation_record.h | 60 void SetDexPc(uint32_t pc) { in SetDexPc()
|
| /art/compiler/utils/arm/ |
| D | constants_arm.h | 443 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
|
| D | assembler_thumb2.cc | 2548 uint32_t pc = buffer_.Size(); in EmitBranch() local
|
| /art/compiler/optimizing/ |
| D | code_generator.cc | 815 uint32_t pc = GetAssembler()->CodeSize(); in HasStackMapAtCurrentPc() local
|
| /art/runtime/jit/ |
| D | jit_code_cache.cc | 783 OatQuickMethodHeader* JitCodeCache::LookupMethodHeader(uintptr_t pc, ArtMethod* method) { in LookupMethodHeader()
|
| /art/disassembler/ |
| D | disassembler_arm.cc | 439 uintptr_t pc = RoundDown(reinterpret_cast<intptr_t>(instr_ptr) + 4, 4); in DumpThumb2Literal() local
|