Home
last modified time | relevance | path

Searched refs:AsArm64InstructionSetFeatures (Results 1 – 7 of 7) sorted by relevance

/art/runtime/arch/arm64/
Dinstruction_set_features_arm64_test.cc34 EXPECT_TRUE(arm64_features->AsArm64InstructionSetFeatures()->PreferAcquireRelease()); in TEST()
Dinstruction_set_features_arm64.cc110 const Arm64InstructionSetFeatures* other_as_arm = other->AsArm64InstructionSetFeatures(); in Equals()
/art/runtime/arch/
Dinstruction_set_features.h86 const Arm64InstructionSetFeatures* AsArm64InstructionSetFeatures() const;
Dinstruction_set_features.cc266 const Arm64InstructionSetFeatures* InstructionSetFeatures::AsArm64InstructionSetFeatures() const { in AsArm64InstructionSetFeatures() function in art::InstructionSetFeatures
/art/compiler/linker/
Drelative_patcher.cc78 new Arm64RelativePatcher(provider, features->AsArm64InstructionSetFeatures())); in Create()
/art/compiler/optimizing/
Dcode_generator.cc458 *isa_features.AsArm64InstructionSetFeatures(), in Create()
/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc1028 if (cu_->compiler_driver->GetInstructionSetFeatures()->AsArm64InstructionSetFeatures() in AssembleLIR()