Searched defs:GetIsa (Results 1 – 6 of 6) sorted by relevance
| /art/compiler/utils/ | ||
| D | assembler_thumb_test.cc | 48 InstructionSet GetIsa() override { return InstructionSet::kThumb2; } in GetIsa() function in art::arm::ArmVIXLAssemblerTest |
| /art/compiler/utils/riscv64/ | ||
| D | jni_macro_assembler_riscv64_test.cc | 47 InstructionSet GetIsa() override { return InstructionSet::kRiscv64; } in GetIsa() function in art::riscv64::JniMacroAssemblerRiscv64Test |
| D | assembler_riscv64_test.cc | 52 InstructionSet GetIsa() override { return InstructionSet::kRiscv64; } in GetIsa() function in art::riscv64::AssemblerRISCV64Test |
| /art/libelffile/elf/ | ||
| D | elf_builder.h | 505 InstructionSet GetIsa() { return isa_; } in GetIsa() function |
| /art/compiler/utils/x86_64/ | ||
| D | assembler_x86_64_test.cc | 152 InstructionSet GetIsa() override { in GetIsa() function in art::AssemblerX86_64Test |
| /art/compiler/utils/x86/ | ||
| D | assembler_x86_test.cc | 65 InstructionSet GetIsa() override { in GetIsa() function in art::AssemblerX86Test |