Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h61 void SetDexPc(uint32_t pc) { in SetDexPc() function
112 stack_[index].SetDexPc(dex_pc); in SetStackElementAt()
/art/compiler/optimizing/
Dstack_map_stream.cc364 stack_map.SetDexPc(encoding.stack_map.encoding, entry.dex_pc); in FillInCodeInfo()