Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_features.h101 const Arm64InstructionSetFeatures* AsArm64InstructionSetFeatures() const;
Dinstruction_set_features.cc229 const Arm64InstructionSetFeatures* InstructionSetFeatures::AsArm64InstructionSetFeatures() const { in AsArm64InstructionSetFeatures() function in art::InstructionSetFeatures
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc107 const Arm64InstructionSetFeatures* other_as_arm64 = other->AsArm64InstructionSetFeatures(); in Equals()
/art/compiler/linker/
Drelative_patcher.cc114 new Arm64RelativePatcher(provider, features->AsArm64InstructionSetFeatures())); in Create()
/art/compiler/optimizing/
Dcode_generator.cc792 graph, *isa_features.AsArm64InstructionSetFeatures(), compiler_options, stats)); in Create()