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

/art/runtime/
H A Dinstruction_set.h29 enum InstructionSet { enum in namespace:art
39 std::ostream& operator<<(std::ostream& os, const InstructionSet& rhs);
42 static constexpr InstructionSet kRuntimeISA = kArm;
44 static constexpr InstructionSet kRuntimeISA = kArm64;
46 static constexpr InstructionSet kRuntimeISA = kMips;
48 static constexpr InstructionSet kRuntimeISA = kX86;
50 static constexpr InstructionSet kRuntimeISA = kX86_64;
52 static constexpr InstructionSet kRuntimeISA = kNone;
77 const char* GetInstructionSetString(InstructionSet isa);
80 InstructionSet GetInstructionSetFromStrin
[all...]

Completed in 1006 milliseconds