/art/runtime/arch/ |
D | instruction_set_features.cc | 183 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()
|
D | instruction_set_features.h | 58 static const InstructionSetFeatures* FromAssembly();
|
D | instruction_set_features_test.cc | 154 InstructionSetFeatures::FromAssembly());
|
/art/runtime/arch/x86_64/ |
D | instruction_set_features_x86_64.h | 57 static const X86_64InstructionSetFeatures* FromAssembly() { in FromAssembly() function 58 return X86InstructionSetFeatures::FromAssembly(true)->AsX86_64InstructionSetFeatures(); in FromAssembly()
|
/art/runtime/arch/mips64/ |
D | instruction_set_features_mips64.h | 46 static const Mips64InstructionSetFeatures* FromAssembly();
|
D | instruction_set_features_mips64.cc | 76 const Mips64InstructionSetFeatures* Mips64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Mips64InstructionSetFeatures
|
/art/runtime/arch/arm64/ |
D | instruction_set_features_arm64.h | 46 static const Arm64InstructionSetFeatures* FromAssembly();
|
D | instruction_set_features_arm64.cc | 101 const Arm64InstructionSetFeatures* Arm64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Arm64InstructionSetFeatures
|
/art/runtime/arch/arm/ |
D | instruction_set_features_arm.h | 46 static const ArmInstructionSetFeatures* FromAssembly();
|
D | instruction_set_features_arm.cc | 201 const ArmInstructionSetFeatures* ArmInstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::ArmInstructionSetFeatures
|
/art/runtime/arch/mips/ |
D | instruction_set_features_mips.h | 46 static const MipsInstructionSetFeatures* FromAssembly();
|
D | instruction_set_features_mips.cc | 157 const MipsInstructionSetFeatures* MipsInstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::MipsInstructionSetFeatures
|
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.h | 47 static const X86InstructionSetFeatures* FromAssembly(bool x86_64 = false);
|
D | instruction_set_features_x86.cc | 232 const X86InstructionSetFeatures* X86InstructionSetFeatures::FromAssembly(bool x86_64) { in FromAssembly() function in art::X86InstructionSetFeatures
|