Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DETMDecoder.cpp447 bool end_with_branch = in ProcessElement() local
449 bool branch_taken = end_with_branch && elem.last_instr_exec; in ProcessElement()
891 bool end_with_branch = instr.type == OCSD_INSTR_BR || instr.type == OCSD_INSTR_BR_INDIRECT; in ConvertBranchMapToInstrRanges() local
892 bool branch_taken = end_with_branch && b; in ConvertBranchMapToInstrRanges()