Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_features.cc175 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::InstructionSetFeatures
179 return ArmInstructionSetFeatures::FromAssembly(); in FromAssembly()
181 return Arm64InstructionSetFeatures::FromAssembly(); in FromAssembly()
183 return MipsInstructionSetFeatures::FromAssembly(); in FromAssembly()
185 return Mips64InstructionSetFeatures::FromAssembly(); in FromAssembly()
187 return X86InstructionSetFeatures::FromAssembly(); in FromAssembly()
189 return X86_64InstructionSetFeatures::FromAssembly(); in FromAssembly()
Dinstruction_set_features.h74 static std::unique_ptr<const InstructionSetFeatures> FromAssembly();
Dinstruction_set_features_test.cc160 InstructionSetFeatures::FromAssembly());
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h58 static X86_64FeaturesUniquePtr FromAssembly() { in FromAssembly() function
59 return Convert(X86InstructionSetFeatures::FromAssembly(true)); in FromAssembly()
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.h49 static Mips64FeaturesUniquePtr FromAssembly();
Dinstruction_set_features_mips64.cc86 Mips64FeaturesUniquePtr Mips64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Mips64InstructionSetFeatures
/art/runtime/arch/arm/
Dinstruction_set_features_arm.h48 static ArmFeaturesUniquePtr FromAssembly();
Dinstruction_set_features_arm.cc235 ArmFeaturesUniquePtr ArmInstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::ArmInstructionSetFeatures
/art/runtime/arch/mips/
Dinstruction_set_features_mips.h51 static MipsFeaturesUniquePtr FromAssembly();
Dinstruction_set_features_mips.cc164 MipsFeaturesUniquePtr MipsInstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::MipsInstructionSetFeatures
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.h48 static Arm64FeaturesUniquePtr FromAssembly();
Dinstruction_set_features_arm64.cc227 Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Arm64InstructionSetFeatures
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h50 static X86FeaturesUniquePtr FromAssembly(bool x86_64 = false);
Dinstruction_set_features_x86.cc230 X86FeaturesUniquePtr X86InstructionSetFeatures::FromAssembly(bool x86_64) { in FromAssembly() function in art::X86InstructionSetFeatures