Searched refs:pc_addr (Results 1 – 1 of 1) sorted by relevance
402 byte* pc_addr = sp + GetMethod()->GetReturnPcOffsetInBytes(); in GetReturnPc() local403 return *reinterpret_cast<uintptr_t*>(pc_addr); in GetReturnPc()409 byte* pc_addr = sp + GetMethod()->GetReturnPcOffsetInBytes(); in SetReturnPc() local410 *reinterpret_cast<uintptr_t*>(pc_addr) = new_ret_pc; in SetReturnPc()