Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_debug.cc404 for (SrcMapElem pc2dex : mi->compiled_method_->GetSrcMappingTable()) { in WriteDebugSections() local
405 uint32_t pc = pc2dex.from_; in WriteDebugSections()
406 int dex_pc = pc2dex.to_; in WriteDebugSections()