Home
last modified time | relevance | path

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

/art/runtime/arch/
Dinstruction_set_features.cc183 const InstructionSetFeatures* InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::InstructionSetFeatures
188 result = ArmInstructionSetFeatures::FromAssembly(); in FromAssembly()
191 result = Arm64InstructionSetFeatures::FromAssembly(); in FromAssembly()
194 result = MipsInstructionSetFeatures::FromAssembly(); in FromAssembly()
197 result = Mips64InstructionSetFeatures::FromAssembly(); in FromAssembly()
200 result = X86InstructionSetFeatures::FromAssembly(); in FromAssembly()
203 result = X86_64InstructionSetFeatures::FromAssembly(); in FromAssembly()
Dinstruction_set_features.h58 static const InstructionSetFeatures* FromAssembly();
Dinstruction_set_features_test.cc154 InstructionSetFeatures::FromAssembly());
/art/runtime/arch/x86_64/
Dinstruction_set_features_x86_64.h57 static const X86_64InstructionSetFeatures* FromAssembly() { in FromAssembly() function
58 return X86InstructionSetFeatures::FromAssembly(true)->AsX86_64InstructionSetFeatures(); in FromAssembly()
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.h46 static const Mips64InstructionSetFeatures* FromAssembly();
Dinstruction_set_features_mips64.cc76 const Mips64InstructionSetFeatures* Mips64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Mips64InstructionSetFeatures
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.h46 static const Arm64InstructionSetFeatures* FromAssembly();
Dinstruction_set_features_arm64.cc101 const Arm64InstructionSetFeatures* Arm64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Arm64InstructionSetFeatures
/art/runtime/arch/arm/
Dinstruction_set_features_arm.h46 static const ArmInstructionSetFeatures* FromAssembly();
Dinstruction_set_features_arm.cc201 const ArmInstructionSetFeatures* ArmInstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::ArmInstructionSetFeatures
/art/runtime/arch/mips/
Dinstruction_set_features_mips.h46 static const MipsInstructionSetFeatures* FromAssembly();
Dinstruction_set_features_mips.cc157 const MipsInstructionSetFeatures* MipsInstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::MipsInstructionSetFeatures
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h47 static const X86InstructionSetFeatures* FromAssembly(bool x86_64 = false);
Dinstruction_set_features_x86.cc232 const X86InstructionSetFeatures* X86InstructionSetFeatures::FromAssembly(bool x86_64) { in FromAssembly() function in art::X86InstructionSetFeatures