Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.h60 void SetDexPc(uint32_t pc) { in SetDexPc() function
111 stack_[index].SetDexPc(dex_pc); in SetStackElementAt()
/art/compiler/optimizing/
Dstack_map_stream.cc294 stack_map.SetDexPc(stack_map_encoding_, entry.dex_pc); in FillIn()
/art/runtime/
Dstack_map.h802 ALWAYS_INLINE void SetDexPc(const StackMapEncoding& encoding, uint32_t dex_pc) { in SetDexPc() function