HomeSort by relevance Sort by last modified time
    Searched refs:FromAssembly (Results 1 - 14 of 14) sorted by null

  /art/runtime/arch/x86_64/
instruction_set_features_x86_64.h 58 static X86_64FeaturesUniquePtr FromAssembly() {
59 return Convert(X86InstructionSetFeatures::FromAssembly(true));
  /art/runtime/arch/
instruction_set_features.cc 160 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromAssembly() {
164 return ArmInstructionSetFeatures::FromAssembly();
166 return Arm64InstructionSetFeatures::FromAssembly();
168 return MipsInstructionSetFeatures::FromAssembly();
170 return Mips64InstructionSetFeatures::FromAssembly();
172 return X86InstructionSetFeatures::FromAssembly();
174 return X86_64InstructionSetFeatures::FromAssembly();
instruction_set_features.h 60 static std::unique_ptr<const InstructionSetFeatures> FromAssembly();
instruction_set_features_test.cc 157 InstructionSetFeatures::FromAssembly());
  /art/runtime/arch/arm64/
instruction_set_features_arm64.h 48 static Arm64FeaturesUniquePtr FromAssembly();
instruction_set_features_arm64.cc 98 Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::FromAssembly() {
  /art/runtime/arch/mips64/
instruction_set_features_mips64.h 49 static Mips64FeaturesUniquePtr FromAssembly();
instruction_set_features_mips64.cc 86 Mips64FeaturesUniquePtr Mips64InstructionSetFeatures::FromAssembly() {
  /art/runtime/arch/arm/
instruction_set_features_arm.h 48 static ArmFeaturesUniquePtr FromAssembly();
instruction_set_features_arm.cc 234 ArmFeaturesUniquePtr ArmInstructionSetFeatures::FromAssembly() {
  /art/runtime/arch/mips/
instruction_set_features_mips.h 51 static MipsFeaturesUniquePtr FromAssembly();
instruction_set_features_mips.cc 164 MipsFeaturesUniquePtr MipsInstructionSetFeatures::FromAssembly() {
  /art/runtime/arch/x86/
instruction_set_features_x86.h 50 static X86FeaturesUniquePtr FromAssembly(bool x86_64 = false);
instruction_set_features_x86.cc 215 X86FeaturesUniquePtr X86InstructionSetFeatures::FromAssembly(bool x86_64) {

Completed in 155 milliseconds