Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips.h1507 static constexpr int32_t kMaxBranchLength = 32; variable
1508 static constexpr int32_t kMaxBranchSize = kMaxBranchLength * sizeof(uint32_t);
/art/compiler/utils/mips64/
Dassembler_mips64.h1512 static constexpr int32_t kMaxBranchLength = 32; variable
1513 static constexpr int32_t kMaxBranchSize = kMaxBranchLength * sizeof(uint32_t);