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

/art/compiler/llvm/
H A Dintrinsic_helper.h69 kNone, enumerator in enum:art::llvm::IntrinsicHelper::IntrinsicValType
/art/runtime/
H A Dinstruction_set.h30 kNone, enumerator in enum:art::InstructionSet
52 static constexpr InstructionSet kRuntimeISA = kNone;
79 // Note: Returns kNone when the string cannot be parsed to a known value.
96 case kNone:
97 LOG(FATAL) << "ISA kNone does not have pointer size.";
119 case kNone:
120 LOG(FATAL) << "ISA kNone does not have bit width.";
146 case kNone:
147 LOG(FATAL) << "ISA kNone does not have spills.";
169 case kNone
[all...]

Completed in 52 milliseconds