Home
last modified time | relevance | path

Searched defs:kRuntimeISA (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/arch/
Dinstruction_set.h42 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm; variable
44 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm64; variable
46 static constexpr InstructionSet kRuntimeISA = InstructionSet::kMips; variable
48 static constexpr InstructionSet kRuntimeISA = InstructionSet::kMips64; variable
50 static constexpr InstructionSet kRuntimeISA = InstructionSet::kX86; variable
52 static constexpr InstructionSet kRuntimeISA = InstructionSet::kX86_64; variable
54 static constexpr InstructionSet kRuntimeISA = InstructionSet::kNone; variable