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

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

Completed in 49 milliseconds