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

/art/runtime/arch/
H A Dcode_offset.h34 ALWAYS_INLINE static CodeOffset FromOffset(uint32_t offset, InstructionSet isa = kRuntimeISA) { argument
42 ALWAYS_INLINE uint32_t Uint32Value(InstructionSet isa = kRuntimeISA) const {
H A Dinstruction_set.h42 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm; member in class:art::InstructionSet
44 static constexpr InstructionSet kRuntimeISA = InstructionSet::kArm64; member in class:art::InstructionSet
46 static constexpr InstructionSet kRuntimeISA = InstructionSet::kMips; member in class:art::InstructionSet
48 static constexpr InstructionSet kRuntimeISA = InstructionSet::kMips64; member in class:art::InstructionSet
50 static constexpr InstructionSet kRuntimeISA = InstructionSet::kX86; member in class:art::InstructionSet
52 static constexpr InstructionSet kRuntimeISA = InstructionSet::kX86_64; member in class:art::InstructionSet
54 static constexpr InstructionSet kRuntimeISA = InstructionSet::kNone; member in class:art::InstructionSet
/art/dex2oat/
H A Ddex2oat.cc611 instruction_set_(kRuntimeISA == InstructionSet::kArm ? InstructionSet::kThumb2 : kRuntimeISA),
899 if (instruction_set_ == kRuntimeISA) {
1114 oss << kRuntimeISA; local

Completed in 405 milliseconds