Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DETMDecoder.h86 android::base::expected<void, std::string> ConvertBranchMapToInstrRanges(
Dcmd_inject.cpp368 if (auto result = ConvertBranchMapToInstrRanges(dso_p, branch_map, callback); !result.ok()) { in ProcessBranchListFile()
DETMDecoder.cpp867 android::base::expected<void, std::string> ConvertBranchMapToInstrRanges( in ConvertBranchMapToInstrRanges() function