Searched refs:FromRuntimeDetection (Results 1 – 4 of 4) sorted by relevance
54 return FromRuntimeDetection() != nullptr; in IsRuntimeDetectionSupported()61 static std::unique_ptr<const InstructionSetFeatures> FromRuntimeDetection();
101 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromRuntimeDetection() { in FromRuntimeDetection() function in art::InstructionSetFeatures213 runtime_detected_features = FromRuntimeDetection(); in AddFeaturesFromString()
181 EXPECT_EQ(InstructionSetFeatures::FromRuntimeDetection(), nullptr);
197 InstructionSetFeatures::FromRuntimeDetection()); in TEST()