/art/runtime/arch/ |
D | instruction_set_features.cc | 171 std::vector<std::string> features; in AddFeaturesFromString() local 172 Split(feature_list, ',', &features); in AddFeaturesFromString() 173 std::transform(std::begin(features), std::end(features), std::begin(features), in AddFeaturesFromString() 175 auto empty_strings_begin = std::copy_if(std::begin(features), std::end(features), in AddFeaturesFromString() 176 std::begin(features), in AddFeaturesFromString() 178 features.erase(empty_strings_begin, std::end(features)); in AddFeaturesFromString() 179 if (features.empty()) { in AddFeaturesFromString() 186 for (const std::string& feature : features) { in AddFeaturesFromString() 188 if (features.size() > 1) { in AddFeaturesFromString() 193 features.pop_back(); in AddFeaturesFromString() [all …]
|
/art/compiler/debug/ |
D | elf_debug_writer.h | 46 const InstructionSetFeatures* features, 55 const InstructionSetFeatures* features, 67 const InstructionSetFeatures* features,
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.cc | 39 vixl::CPUFeatures* features = vixl_masm_->GetCPUFeatures(); in SetVIXLCPUFeaturesFromART() local 41 DCHECK(features->Has(vixl::CPUFeatures::kFP)); in SetVIXLCPUFeaturesFromART() 42 DCHECK(features->Has(vixl::CPUFeatures::kNEON)); in SetVIXLCPUFeaturesFromART() 45 features->Combine(vixl::CPUFeatures::kCRC32); in SetVIXLCPUFeaturesFromART() 48 features->Combine(vixl::CPUFeatures::kDotProduct); in SetVIXLCPUFeaturesFromART() 51 features->Combine(vixl::CPUFeatures::kFPHalf); in SetVIXLCPUFeaturesFromART() 52 features->Combine(vixl::CPUFeatures::kNEONHalf); in SetVIXLCPUFeaturesFromART() 55 features->Combine(vixl::CPUFeatures::kAtomics); in SetVIXLCPUFeaturesFromART()
|
/art/test/010-instance/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/015-switch/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/046-reflect/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/013-math2/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/039-join-main/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/027-arithmetic/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/045-reflect-array/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/025-access-controller/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/051-thread/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/028-array-write/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/052-verifier-fun/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/036-finalizer/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/011-array-copy/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/021-string2/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/022-interface/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/031-class-attributes/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/018-stack-overflow/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/017-float/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/014-math3/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/047-returns/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/054-uncaught/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/038-inner-null/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|