Home
last modified time | relevance | path

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

/art/runtime/
Dstack_map.cc109 void StackMap::SetDexPc(const CodeInfo& info, uint32_t dex_pc) { in SetDexPc() function in art::StackMap
Dstack_map.h692 void SetDexPc(const CodeInfo& info, uint32_t dex_pc);
Ddebugger.cc101 void SetDexPc(uint32_t pc) { in SetDexPc() function in art::AllocRecordStackTraceElement
4894 record->StackElement(depth)->SetDexPc(GetDexPc()); in VisitFrame()
4904 record->StackElement(depth)->SetDexPc(0); in ~AllocRecordStackVisitor()
/art/compiler/optimizing/
Dstack_map_stream.cc231 stack_map.SetDexPc(code_info, entry.dex_pc); in FillIn()