Home
last modified time | relevance | path

Searched refs:IsRuntimeDetectionSupported (Results 1 – 5 of 5) sorted by relevance

/art/runtime/arch/
Dinstruction_set_features.h53 static bool IsRuntimeDetectionSupported() { in IsRuntimeDetectionSupported() function
Dinstruction_set_features_test.cc194 if (!InstructionSetFeatures::IsRuntimeDetectionSupported()) {
329 if (!InstructionSetFeatures::IsRuntimeDetectionSupported()) {
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64_test.cc183 TEST(Arm64InstructionSetFeaturesTest, IsRuntimeDetectionSupported) { in TEST() argument
185 EXPECT_TRUE(InstructionSetFeatures::IsRuntimeDetectionSupported()); in TEST()
201 EXPECT_TRUE(InstructionSetFeatures::IsRuntimeDetectionSupported()); in TEST()
/art/dex2oat/
Ddex2oat_test.cc2240 if (InstructionSetFeatures::IsRuntimeDetectionSupported()) { in TEST_F()
/art/runtime/
Druntime.cc2864 if (InstructionSetFeatures::IsRuntimeDetectionSupported()) { in AddCurrentRuntimeFeaturesAsDex2OatArguments()