Searched defs:Mode (Results 1 - 2 of 2) sorted by relevance

/art/oatdump/
H A Doatdump_test.cc54 enum Mode { enum in class:art::OatDumpTest
61 bool Exec(Mode mode, const std::vector<std::string>& args, std::string* error_msg) {
/art/compiler/utils/arm/
H A Dassembler_arm.h261 enum Mode { enum in class:art::arm::Address
271 Address(Register rn, int32_t offset = 0, Mode am = Offset) : rn_(rn), rm_(R0),
276 Address(Register rn, Register rm, Mode am = Offset) : rn_(rn), rm_(rm), offset_(0),
281 Address(Register rn, Register rm, Shift shift, uint32_t count, Mode am = Offset) :
319 Mode GetMode() const {
340 const Mode am_;
344 inline std::ostream& operator<<(std::ostream& os, const Address::Mode& rhs) {

Completed in 129 milliseconds