Home
last modified time | relevance | path

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

/aosp12/art/tools/veridex/
H A Dflow_analysis.cc235 uint32_t branch_dex_pc = dex_pc + inst.GetTargetOffset(); in AnalyzeCode() local
236 if (MergeRegisterValues(branch_dex_pc)) { in AnalyzeCode()
237 work_list.push_back(branch_dex_pc); in AnalyzeCode()