Home
last modified time | relevance | path

Searched refs:FromAssembly (Results 1 – 12 of 12) sorted by relevance

/art/runtime/arch/
Dinstruction_set_features.cc185 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::InstructionSetFeatures
189 return ArmInstructionSetFeatures::FromAssembly(); in FromAssembly()
191 return Arm64InstructionSetFeatures::FromAssembly(); in FromAssembly()
193 return Riscv64InstructionSetFeatures::FromAssembly(); in FromAssembly()
195 return X86InstructionSetFeatures::FromAssembly(); in FromAssembly()
197 return X86_64InstructionSetFeatures::FromAssembly(); in FromAssembly()
Dinstruction_set_features.h78 static std::unique_ptr<const InstructionSetFeatures> FromAssembly();
Dinstruction_set_features_test.cc173 InstructionSetFeatures::FromAssembly());
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h59 static X86_64FeaturesUniquePtr FromAssembly() { in FromAssembly() function
60 return Convert(X86InstructionSetFeatures::FromAssembly(true)); in FromAssembly()
/art/runtime/arch/arm/
Dinstruction_set_features_arm.h49 static ArmFeaturesUniquePtr FromAssembly();
Dinstruction_set_features_arm.cc259 ArmFeaturesUniquePtr ArmInstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::ArmInstructionSetFeatures
/art/runtime/arch/riscv64/
Dinstruction_set_features_riscv64.h58 static Riscv64FeaturesUniquePtr FromAssembly();
Dinstruction_set_features_riscv64.cc83 Riscv64FeaturesUniquePtr Riscv64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Riscv64InstructionSetFeatures
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.h52 static Arm64FeaturesUniquePtr FromAssembly();
Dinstruction_set_features_arm64.cc277 Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Arm64InstructionSetFeatures
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h71 static X86FeaturesUniquePtr FromAssembly(bool x86_64 = false);
Dinstruction_set_features_x86.cc270 X86FeaturesUniquePtr X86InstructionSetFeatures::FromAssembly(bool x86_64) { in FromAssembly() function in art::X86InstructionSetFeatures