Home
last modified time | relevance | path

Searched refs:SetDexPc (Results 1 – 3 of 3) 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.cc355 stack_map.SetDexPc(encoding.stack_map.encoding, entry.dex_pc); in FillInCodeInfo()
/art/runtime/
Dstack_map.h808 ALWAYS_INLINE void SetDexPc(const StackMapEncoding& encoding, uint32_t dex_pc) { in SetDexPc() function