Home
last modified time | relevance | path

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

/art/libartbase/arch/
Dinstruction_set.h40 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm; variable
42 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm64; variable
44 static constexpr InstructionSet kRuntimeISA = InstructionSet::kX86; variable
46 static constexpr InstructionSet kRuntimeISA = InstructionSet::kX86_64; variable
48 static constexpr InstructionSet kRuntimeISA = InstructionSet::kNone; variable