/art/runtime/arch/ |
D | instruction_set_features.cc | 218 std::vector<std::string> features; in AddFeaturesFromString() local 219 Split(feature_list, ',', &features); in AddFeaturesFromString() 223 for (auto it = features.begin(); it != features.end();) { in AddFeaturesFromString() 249 it = features.erase(it); in AddFeaturesFromString() 256 DCHECK(!use_default || features.empty()); in AddFeaturesFromString() 258 return AddFeaturesFromSplitString(smp, features, error_msg); in AddFeaturesFromString()
|
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.h | 66 AddFeaturesFromSplitString(const bool smp, const std::vector<std::string>& features, in AddFeaturesFromSplitString() argument 68 return AddFeaturesFromSplitString(smp, features, false, error_msg); in AddFeaturesFromSplitString() 72 AddFeaturesFromSplitString(const bool smp, const std::vector<std::string>& features,
|
/art/runtime/arch/mips64/ |
D | instruction_set_features_mips64.cc | 103 const bool smp, const std::vector<std::string>& features, std::string* error_msg) const { in AddFeaturesFromSplitString() argument 104 auto i = features.begin(); in AddFeaturesFromSplitString() 105 if (i != features.end()) { in AddFeaturesFromSplitString()
|
/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.
|
/art/test/012-math/ |
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/020-string/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/044-proxy/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/053-wait-some/ |
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/046-reflect/ |
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/007-count10/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/016-intern/ |
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/034-call-null/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/029-assert/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/033-class-init-deadlock/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/009-instanceof/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/050-sync-test/ |
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/026-access/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/023-many-interfaces/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/040-miranda/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/019-wrong-array-type/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|