Home
last modified time | relevance | path

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

/art/compiler/utils/mips64/
Dassembler_mips64.h541 static constexpr int32_t kMaxBranchLength = 32; variable
542 static constexpr int32_t kMaxBranchSize = kMaxBranchLength * sizeof(uint32_t);
/art/compiler/utils/mips/
Dassembler_mips.h626 static constexpr int32_t kMaxBranchLength = 32; variable
627 static constexpr int32_t kMaxBranchSize = kMaxBranchLength * sizeof(uint32_t);