Home
last modified time | relevance | path

Searched defs:pc (Results 1 – 21 of 21) sorted by relevance

/art/compiler/dex/quick/arm/
Dassemble_arm.cc1290 CodeOffset pc = (lir->offset + 4) & ~3; in AssembleLIR() local
1370 CodeOffset pc = lir->offset + 4; in AssembleLIR() local
1416 CodeOffset pc = lir->offset + 4; in AssembleLIR() local
1433 CodeOffset pc = lir->offset + 4; in AssembleLIR() local
1450 CodeOffset pc = lir->offset + 4; in AssembleLIR() local
/art/runtime/arch/x86/
Dfault_handler_x86.cc93 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/dex/quick/mips/
Dassemble_mips.cc722 CodeOffset pc = lir->offset + 4; in AssembleInstructions() local
736 CodeOffset pc = lir->offset + 4; in AssembleInstructions() local
750 CodeOffset pc = lir->offset + 4; in AssembleInstructions() local
/art/compiler/dwarf/
Ddwarf_test.cc48 int pc = 0; in TEST_F() local
248 uint32_t pc = 0x01000000; in TEST_F() local
/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc908 CodeOffset pc = lir->offset; in AssembleLIR() local
932 CodeOffset pc = lir->offset; in AssembleLIR() local
964 CodeOffset pc = lir->offset; in AssembleLIR() local
/art/runtime/
Dart_method.h315 bool PcIsWithinQuickCode(uintptr_t pc) { in PcIsWithinQuickCode()
445 uintptr_t NativeQuickPcOffset(const uintptr_t pc, const void* quick_entry_point) in NativeQuickPcOffset()
623 static bool PcIsWithinQuickCode(uintptr_t code, uintptr_t pc) { in PcIsWithinQuickCode()
Dmonitor_android.cc80 uint32_t pc; in LogContentionEvent() local
Dart_method.cc180 uint32_t ArtMethod::ToDexPc(const uintptr_t pc, bool abort_on_failure) { in ToDexPc()
298 void ArtMethod::AssertPcIsWithinQuickCode(uintptr_t pc) { in AssertPcIsWithinQuickCode()
360 uintptr_t ArtMethod::NativeQuickPcOffset(const uintptr_t pc, const void* quick_entry_point) { in NativeQuickPcOffset()
Dart_method-inl.h310 inline uintptr_t ArtMethod::NativeQuickPcOffset(const uintptr_t pc) { in NativeQuickPcOffset()
Ddebugger.cc101 void SetDexPc(uint32_t pc) { in SetDexPc()
/art/compiler/utils/mips64/
Dconstants_mips64.h77 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
/art/compiler/utils/mips/
Dconstants_mips.h101 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
/art/compiler/utils/x86_64/
Dconstants_x86_64.h127 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
/art/runtime/arch/arm/
Dfault_handler_arm.cc42 static uint32_t GetInstructionSize(uint8_t* pc) { in GetInstructionSize()
/art/compiler/dex/quick/x86/
Dassemble_x86.cc1653 CodeOffset pc; in AssembleInstructions() local
1685 CodeOffset pc = lir->offset + 6 /* 2 byte opcode + rel32 */; in AssembleInstructions() local
1701 CodeOffset pc; in AssembleInstructions() local
1713 CodeOffset pc; in AssembleInstructions() local
1744 CodeOffset pc = lir->offset + 5 /* opcode + rel32 */; in AssembleInstructions() local
/art/compiler/utils/x86/
Dconstants_x86.h118 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
/art/compiler/
Delf_writer_debug.cc405 uint32_t pc = pc2dex.from_; in WriteDebugSections() local
/art/compiler/optimizing/
Dgraph_checker.cc38 for (auto& pc : predecessors_count) { in VisitBasicBlock() local
/art/compiler/utils/arm/
Dconstants_arm.h435 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
Dassembler_thumb2.cc1593 uint32_t pc = buffer_.Size(); in EmitBranch() local
/art/disassembler/
Ddisassembler_arm.cc431 uintptr_t pc = RoundDown(reinterpret_cast<intptr_t>(instr_ptr) + 4, 4); in DumpThumb2Literal() local