Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/arch/arm/
H A Dinstruction_set_features_arm.h58 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/aosp_15_r20/art/runtime/arch/riscv64/
H A Dinstruction_set_features_riscv64.h65 InstructionSet GetInstructionSet() const override { return InstructionSet::kRiscv64; } in GetInstructionSet() function
/aosp_15_r20/art/compiler/jni/quick/
H A Djni_compiler.h51 InstructionSet GetInstructionSet() const { return instruction_set_; } in GetInstructionSet() function
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiled_method.h47 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/aosp_15_r20/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h68 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/aosp_15_r20/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.h68 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/aosp_15_r20/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.h80 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
/aosp_15_r20/art/compiler/optimizing/
H A Dcodegen_test_utils.h60 InstructionSet GetInstructionSet() const { return isa_; } in GetInstructionSet() function
H A Dcode_generator_x86_64.h476 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
H A Dcode_generator_riscv64.h495 InstructionSet GetInstructionSet() const override { return InstructionSet::kRiscv64; } in GetInstructionSet() function
H A Dcode_generator_x86.h497 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
H A Dcode_generator_arm_vixl.h597 InstructionSet GetInstructionSet() const override { return InstructionSet::kThumb2; } in GetInstructionSet() function
H A Dcode_generator_arm64.h745 InstructionSet GetInstructionSet() const override { in GetInstructionSet() function
H A Dnodes.h478 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/aosp_15_r20/art/compiler/
H A Dcommon_compiler_test.cc167 InstructionSet GetInstructionSet() const { in GetInstructionSet() function in art::CommonCompilerTestImpl::OneCompiledMethodStorage
/aosp_15_r20/art/runtime/oat/
H A Doat.cc160 InstructionSet OatHeader::GetInstructionSet() const { in GetInstructionSet() function in art::OatHeader
/aosp_15_r20/art/compiler/driver/
H A Dcompiler_options.h270 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/aosp_15_r20/art/runtime/
H A Druntime.h556 InstructionSet GetInstructionSet() const { in GetInstructionSet() function
/aosp_15_r20/art/oatdump/
H A Doatdump.cc427 InstructionSet GetInstructionSet() { in GetInstructionSet() function in art::OatDumper