Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set.h40 static constexpr InstructionSet kRuntimeISA = kArm; variable
42 static constexpr InstructionSet kRuntimeISA = kArm64; variable
44 static constexpr InstructionSet kRuntimeISA = kMips; variable
46 static constexpr InstructionSet kRuntimeISA = kMips64; variable
48 static constexpr InstructionSet kRuntimeISA = kX86; variable
50 static constexpr InstructionSet kRuntimeISA = kX86_64; variable
52 static constexpr InstructionSet kRuntimeISA = kNone; variable