Searched defs:kNone (Results 1 - 3 of 3) sorted by relevance

/art/runtime/arch/
H A Dinstruction_set.h28 kNone, enumerator in enum:art::InstructionSet
52 static constexpr InstructionSet kRuntimeISA = kNone;
80 // Note: Returns kNone when the string cannot be parsed to a known value.
101 case kNone:
102 LOG(FATAL) << "ISA kNone does not have pointer size.";
125 case kNone:
126 LOG(FATAL) << "ISA kNone does not have bit width.";
154 case kNone:
155 LOG(FATAL) << "ISA kNone does not have spills.";
179 case kNone
[all...]
/art/runtime/
H A Dstack_map.h89 * - kNone: the register has no location yet, meaning it has not been set;
104 kNone = 0, // 0b000 member in class:art::DexRegisterLocation::Kind
132 case Kind::kNone:
153 case Kind::kNone:
174 case Kind::kNone:
193 DexRegisterLocation() : kind_(Kind::kNone), value_(0) {}
198 return DexRegisterLocation(Kind::kNone, 0);
298 return DexRegisterLocation::Kind::kNone;
334 case DexRegisterLocation::Kind::kNone:
336 return DexRegisterLocation::Kind::kNone;
[all...]
/art/compiler/optimizing/
H A Dnodes.h2369 kNone, member in class:art::Intrinsics
2423 intrinsic_(Intrinsics::kNone) {
2449 kNone, // Class already initialized. member in class:art::HInvokeStaticOrDirect::ClinitCheckRequirement

Completed in 93 milliseconds