Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_thumb2.cc2297 std::vector<Branch*> branches_to_process = changed_branches; in Bind() local
2298 while (branches_to_process.size() != 0) { in Bind()
2300 for (auto& changed_branch : branches_to_process) { in Bind()
2307 branches_to_process = changed_branches; in Bind()