Searched refs:pc2dex (Results 1 – 1 of 1) sorted by relevance
404 for (SrcMapElem pc2dex : mi->compiled_method_->GetSrcMappingTable()) { in WriteDebugSections() local405 uint32_t pc = pc2dex.from_; in WriteDebugSections()406 int dex_pc = pc2dex.to_; in WriteDebugSections()