Searched defs:pc (Results 1 – 19 of 19) sorted by relevance
1260 CodeOffset pc = (lir->offset + 4) & ~3; in AssembleLIR() local1340 CodeOffset pc = lir->offset + 4; in AssembleLIR() local1411 CodeOffset pc = lir->offset + 4; in AssembleLIR() local1428 CodeOffset pc = lir->offset + 4; in AssembleLIR() local1445 CodeOffset pc = lir->offset + 4; in AssembleLIR() local
92 static uint32_t GetInstructionSize(const uint8_t* pc) { in GetInstructionSize()270 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in GetMethodAndReturnPcAndSp() local284 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in Action() local342 uint8_t* pc = reinterpret_cast<uint8_t*>(uc->CTX_EIP); in Action() local
581 CodeOffset pc = lir->offset + 4; in AssembleInstructions() local595 CodeOffset pc = lir->offset + 4; in AssembleInstructions() local609 CodeOffset pc = lir->offset + 4; in AssembleInstructions() local
80 uint32_t pc; in LogContentionEvent() local
455 void SetTopQuickFramePc(uintptr_t pc) { in SetTopQuickFramePc()
358 void SetTopOfStack(StackReference<mirror::ArtMethod>* top_method, uintptr_t pc) { in SetTopOfStack()
99 void SetDexPc(uint32_t pc) { in SetDexPc()
178 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()
148 uint32_t ArtMethod::ToDexPc(const uintptr_t pc, bool abort_on_failure) { in ToDexPc()
333 bool IsWithinQuickCode(uintptr_t pc) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsWithinQuickCode()
860 CodeOffset pc = lir->offset; in AssembleLIR() local875 CodeOffset pc = lir->offset; in AssembleLIR() local
101 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
125 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
43 static uint32_t GetInstructionSize(uint8_t* pc) { in GetInstructionSize()
1618 CodeOffset pc; in AssembleInstructions() local1650 CodeOffset pc = lir->offset + 6 /* 2 byte opcode + rel32 */; in AssembleInstructions() local1666 CodeOffset pc; in AssembleInstructions() local1678 CodeOffset pc; in AssembleInstructions() local1709 CodeOffset pc = lir->offset + 5 /* opcode + rel32 */; in AssembleInstructions() local
1612 uint32_t pc = NEXT_LIR(stack_decrement_)->offset; in ReturnCallFrameInformation() local
117 static Instr* At(uintptr_t pc) { return reinterpret_cast<Instr*>(pc); } in At()
438 static Instr* At(uword pc) { return reinterpret_cast<Instr*>(pc); } in At()
1468 uint32_t pc = buffer_.Size(); in EmitBranch() local