HomeSort by relevance Sort by last modified time
    Searched refs:AsArm64InstructionSetFeatures (Results 1 - 5 of 5) sorted by null

  /art/runtime/arch/
instruction_set_features.h 101 const Arm64InstructionSetFeatures* AsArm64InstructionSetFeatures() const;
instruction_set_features.cc 230 const Arm64InstructionSetFeatures* InstructionSetFeatures::AsArm64InstructionSetFeatures() const {
  /art/runtime/arch/arm64/
instruction_set_features_arm64.cc 104 const Arm64InstructionSetFeatures* other_as_arm64 = other->AsArm64InstructionSetFeatures();
  /art/compiler/linker/
relative_patcher.cc 108 new Arm64RelativePatcher(provider, features->AsArm64InstructionSetFeatures()));
  /art/compiler/optimizing/
code_generator.cc 640 *isa_features.AsArm64InstructionSetFeatures(),
    [all...]

Completed in 665 milliseconds