Searched defs:branch (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | update.py | 102 def fetch_artifact(branch, build, target, name): argument 122 def commit(branch, build, add_paths): argument 145 def install_new_release(branch, build, install_dir): argument 151 def install_entry(branch, build, install_dir, entry): argument
|
/system/extras/simpleperf/ |
D | cmd_inject.cpp | 36 std::string BranchToProtoString(const std::vector<bool>& branch) { in BranchToProtoString() 48 std::vector<bool> branch(bit_size, false); in ProtoStringToBranch() local 223 [this](const ETMBranchList& branch) { ProcessBranchList(branch); }); in ProcessRecord() 336 std::vector<bool> branch = in BuildBranchMap() local 386 const AddrPair& branch = pair2.first; in PostProcessInstrRange() local 418 const std::vector<bool>& branch = branch_p.first; in PostProcessBranchList() local
|
D | etm_branch_list.proto | 34 bytes branch = 1; field
|
D | ETMDecoder.h | 59 std::vector<bool> branch; member
|
D | cmd_inject_test.cpp | 93 std::vector<bool> branch; in TEST() local
|
D | ETMDecoder.cpp | 493 ETMBranchList branch; member 858 const std::vector<bool>& branch = branch_p.first; in ConvertBranchMapToInstrRanges() local
|
/system/core/libpixelflinger/codeflinger/ |
D | disassem.c | 309 int branch; in disasm() local
|