Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_thumb2.h51 bool IsForced32Bit() const { in IsForced32Bit() function
620 if (assembler_->IsForced32Bit() && (type_ == kUnconditional || type_ == kConditional)) { in CalculateSize()
631 if (assembler_->IsForced32Bit() || delta >= (1 << 11)) { in CalculateSize()
637 if (assembler_->IsForced32Bit() || delta >= (1 << 8)) { in CalculateSize()