Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_thumb2.cc2546 if (!Address::CanHoldLoadOffsetThumb(type, offset)) { in LoadFromOffset()
2553 CHECK(Address::CanHoldLoadOffsetThumb(type, offset)); in LoadFromOffset()
2586 if (!Address::CanHoldLoadOffsetThumb(kLoadSWord, offset)) { in LoadSFromOffset()
2593 CHECK(Address::CanHoldLoadOffsetThumb(kLoadSWord, offset)); in LoadSFromOffset()
2604 if (!Address::CanHoldLoadOffsetThumb(kLoadDWord, offset)) { in LoadDFromOffset()
2611 CHECK(Address::CanHoldLoadOffsetThumb(kLoadDWord, offset)); in LoadDFromOffset()
Dassembler_arm.cc329 bool Address::CanHoldLoadOffsetThumb(LoadOperandType type, int offset) { in CanHoldLoadOffsetThumb() function in art::arm::Address
Dassembler_arm.h210 static bool CanHoldLoadOffsetThumb(LoadOperandType type, int offset);