Home
last modified time | relevance | path

Searched defs:kMaxBranchSize (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/mips64/
Dassembler_mips64.h542 static constexpr int32_t kMaxBranchSize = kMaxBranchLength * sizeof(uint32_t); variable
/art/compiler/utils/mips/
Dassembler_mips.h627 static constexpr int32_t kMaxBranchSize = kMaxBranchLength * sizeof(uint32_t); variable