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

  /external/flatbuffers/tests/FlatBuffers.Benchmarks/
Program.cs 26 .FromAssembly(typeof(Program).Assembly)
  /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 175 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromAssembly() {
179 return ArmInstructionSetFeatures::FromAssembly();
181 return Arm64InstructionSetFeatures::FromAssembly();
183 return MipsInstructionSetFeatures::FromAssembly();
185 return Mips64InstructionSetFeatures::FromAssembly();
187 return X86InstructionSetFeatures::FromAssembly();
189 return X86_64InstructionSetFeatures::FromAssembly();
instruction_set_features.h 74 static std::unique_ptr<const InstructionSetFeatures> FromAssembly();
instruction_set_features_test.cc 160 InstructionSetFeatures::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 235 ArmFeaturesUniquePtr ArmInstructionSetFeatures::FromAssembly() {
  /art/runtime/arch/arm64/
instruction_set_features_arm64.h 48 static Arm64FeaturesUniquePtr FromAssembly();
instruction_set_features_arm64.cc 227 Arm64FeaturesUniquePtr Arm64InstructionSetFeatures::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 230 X86FeaturesUniquePtr X86InstructionSetFeatures::FromAssembly(bool x86_64) {

Completed in 290 milliseconds