Home
last modified time | relevance | path

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

/aosp12/art/runtime/interpreter/
H A Dshadow_frame.h328 void SetDexPCPtr(uint16_t* dex_pc_ptr) { in SetDexPCPtr() function
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc513 shadow_frame->SetDexPCPtr(reinterpret_cast<uint16_t*>(kExportPCPoison)); in MterpCheckBefore()
669 shadow_frame->SetDexPCPtr(reinterpret_cast<uint16_t*>(inst)); in MterpFieldAccessSlow()