Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set.h41 static constexpr InstructionSet kRuntimeISA = kArm; variable
43 static constexpr InstructionSet kRuntimeISA = kArm64; variable
45 static constexpr InstructionSet kRuntimeISA = kMips; variable
47 static constexpr InstructionSet kRuntimeISA = kMips64; variable
49 static constexpr InstructionSet kRuntimeISA = kX86; variable
51 static constexpr InstructionSet kRuntimeISA = kX86_64; variable
53 static constexpr InstructionSet kRuntimeISA = kNone; variable