Searched refs:SetDexPc (Results 1 – 3 of 3) sorted by relevance
60 void SetDexPc(uint32_t pc) { in SetDexPc() function111 stack_[index].SetDexPc(dex_pc); in SetStackElementAt()
294 stack_map.SetDexPc(stack_map_encoding_, entry.dex_pc); in FillIn()
802 ALWAYS_INLINE void SetDexPc(const StackMapEncoding& encoding, uint32_t dex_pc) { in SetDexPc() function