Home
last modified time | relevance | path

Searched refs:FromRuntimeDetection (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/
Dinstruction_set_features.h54 return FromRuntimeDetection() != nullptr; in IsRuntimeDetectionSupported()
61 static std::unique_ptr<const InstructionSetFeatures> FromRuntimeDetection();
Dinstruction_set_features.cc101 std::unique_ptr<const InstructionSetFeatures> InstructionSetFeatures::FromRuntimeDetection() { in FromRuntimeDetection() function in art::InstructionSetFeatures
213 runtime_detected_features = FromRuntimeDetection(); in AddFeaturesFromString()
Dinstruction_set_features_test.cc181 EXPECT_EQ(InstructionSetFeatures::FromRuntimeDetection(), nullptr);
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64_test.cc197 InstructionSetFeatures::FromRuntimeDetection()); in TEST()