Home
last modified time | relevance | path

Searched refs:pc_addr (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dstack.cc565 uint8_t* pc_addr = sp + GetMethod()->GetReturnPcOffset().SizeValue(); in GetReturnPc() local
566 return *reinterpret_cast<uintptr_t*>(pc_addr); in GetReturnPc()
572 uint8_t* pc_addr = sp + GetMethod()->GetReturnPcOffset().SizeValue(); in SetReturnPc() local
573 *reinterpret_cast<uintptr_t*>(pc_addr) = new_ret_pc; in SetReturnPc()