Searched defs:FromAssembly (Results 1 – 5 of 5) sorted by relevance
/art/runtime/arch/x86_64/ | ||
D | instruction_set_features_x86_64.h | 58 static X86_64FeaturesUniquePtr FromAssembly() { in FromAssembly() function |
/art/runtime/arch/ | ||
D | instruction_set_features.cc | 150 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::InstructionSetFeatures |
/art/runtime/arch/arm/ | ||
D | instruction_set_features_arm.cc | 244 ArmFeaturesUniquePtr ArmInstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::ArmInstructionSetFeatures |
/art/runtime/arch/arm64/ | ||
D | instruction_set_features_arm64.cc | 251 Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::FromAssembly() { in FromAssembly() function in art::Arm64InstructionSetFeatures |
/art/runtime/arch/x86/ | ||
D | instruction_set_features_x86.cc | 244 X86FeaturesUniquePtr X86InstructionSetFeatures::FromAssembly(bool x86_64) { in FromAssembly() function in art::X86InstructionSetFeatures |