Searched defs:FromAssembly (Results 1 - 7 of 7) sorted by relevance

/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.cc98 Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::FromAssembly() { function in class:art::Arm64InstructionSetFeatures
/art/runtime/arch/mips64/
H A Dinstruction_set_features_mips64.cc86 Mips64FeaturesUniquePtr Mips64InstructionSetFeatures::FromAssembly() { function in class:art::Mips64InstructionSetFeatures
/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h58 static X86_64FeaturesUniquePtr FromAssembly() { function in class:art::FINAL
59 return Convert(X86InstructionSetFeatures::FromAssembly(true));
/art/runtime/arch/arm/
H A Dinstruction_set_features_arm.cc234 ArmFeaturesUniquePtr ArmInstructionSetFeatures::FromAssembly() { function in class:art::ArmInstructionSetFeatures
/art/runtime/arch/
H A Dinstruction_set_features.cc160 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromAssembly() { function in class:art::InstructionSetFeatures
164 return ArmInstructionSetFeatures::FromAssembly();
166 return Arm64InstructionSetFeatures::FromAssembly();
168 return MipsInstructionSetFeatures::FromAssembly();
170 return Mips64InstructionSetFeatures::FromAssembly();
172 return X86InstructionSetFeatures::FromAssembly();
174 return X86_64InstructionSetFeatures::FromAssembly();
/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.cc164 MipsFeaturesUniquePtr MipsInstructionSetFeatures::FromAssembly() { function in class:art::MipsInstructionSetFeatures
/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc215 X86FeaturesUniquePtr X86InstructionSetFeatures::FromAssembly(bool x86_64) { function in class:art::X86InstructionSetFeatures

Completed in 86 milliseconds