Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Dassemble_arm.cc1260 CodeOffset pc = (lir->offset + 4) & ~3; in AssembleLIR() local
1340 CodeOffset pc = lir->offset + 4; in AssembleLIR() local
1411 CodeOffset pc = lir->offset + 4; in AssembleLIR() local
1428 CodeOffset pc = lir->offset + 4; in AssembleLIR() local
1445 CodeOffset pc = lir->offset + 4; in AssembleLIR() local
/art/runtime/arch/x86/
Dfault_handler_x86.cc92 static uint32_t GetInstructionSize(const uint8_t* pc) { in GetInstructionSize()
270 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in GetMethodAndReturnPcAndSp() local
284 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in Action() local
342 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in Action() local
/art/compiler/dex/quick/mips/
Dassemble_mips.cc581 CodeOffset pc = lir->offset + 4; in AssembleInstructions() local
595 CodeOffset pc = lir->offset + 4; in AssembleInstructions() local
609 CodeOffset pc = lir->offset + 4; in AssembleInstructions() local
/art/runtime/
Dmonitor_android.cc80 uint32_t pc; in LogContentionEvent() local
Dstack.h455 void SetTopQuickFramePc(uintptr_t pc) { in SetTopQuickFramePc()
Dthread.h358 void SetTopOfStack(StackReference<mirror::ArtMethod>* top_method, uintptr_t pc) { in SetTopOfStack()
Ddebugger.cc99 void SetDexPc(uint32_t pc) { in SetDexPc()
/art/runtime/mirror/
Dart_method-inl.h178 inline void ArtMethod::AssertPcIsWithinQuickCode(uintptr_t pc) { in AssertPcIsWithinQuickCode()
348 inline uintptr_t ArtMethod::NativePcOffset(const uintptr_t pc) { in NativePcOffset()
353 inline uintptr_t ArtMethod::NativePcOffset(const uintptr_t pc, const void* quick_entry_point) { in NativePcOffset()
Dart_method.cc148 uint32_t ArtMethod::ToDexPc(const uintptr_t pc, bool abort_on_failure) { in ToDexPc()
Dart_method.h333 bool IsWithinQuickCode(uintptr_t pc) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsWithinQuickCode()
/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc860 CodeOffset pc = lir->offset; in AssembleLIR() local
875 CodeOffset pc = lir->offset; in AssembleLIR() local
/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.h125 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
/art/runtime/arch/arm/
Dfault_handler_arm.cc43 static uint32_t GetInstructionSize(uint8_t* pc) { in GetInstructionSize()
/art/compiler/dex/quick/x86/
Dassemble_x86.cc1618 CodeOffset pc; in AssembleInstructions() local
1650 CodeOffset pc = lir->offset + 6 /* 2 byte opcode + rel32 */; in AssembleInstructions() local
1666 CodeOffset pc; in AssembleInstructions() local
1678 CodeOffset pc; in AssembleInstructions() local
1709 CodeOffset pc = lir->offset + 5 /* opcode + rel32 */; in AssembleInstructions() local
Dtarget_x86.cc1612 uint32_t pc = NEXT_LIR(stack_decrement_)->offset; in ReturnCallFrameInformation() local
/art/compiler/utils/x86/
Dconstants_x86.h117 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
/art/compiler/utils/arm/
Dconstants_arm.h438 static Instr* At(uword pc) { return reinterpret_cast<Instr*>(pc); } in At()
Dassembler_thumb2.cc1468 uint32_t pc = buffer_.Size(); in EmitBranch() local