Home
last modified time | relevance | path

Searched defs:FromAssembly (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/riscv64/
Dinstruction_set_features_riscv64.cc58 Riscv64FeaturesUniquePtr Riscv64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Riscv64InstructionSetFeatures
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h58 static X86_64FeaturesUniquePtr FromAssembly() { in FromAssembly() function
/art/runtime/arch/
Dinstruction_set_features.cc185 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::InstructionSetFeatures
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc259 ArmFeaturesUniquePtr ArmInstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::ArmInstructionSetFeatures
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc276 Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Arm64InstructionSetFeatures
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc265 X86FeaturesUniquePtr X86InstructionSetFeatures::FromAssembly(bool x86_64) { in FromAssembly() function in art::X86InstructionSetFeatures