/art/compiler/debug/ |
D | elf_debug_writer.cc | 110 const InstructionSetFeatures* features, in MakeMiniDebugInfo() argument 118 features, in MakeMiniDebugInfo() 126 features, in MakeMiniDebugInfo() 138 const InstructionSetFeatures* features, in MakeElfFileForJITInternal() argument 155 new linker::ElfBuilder<ElfTypes>(isa, features, &out)); in MakeElfFileForJITInternal() 161 features, in MakeElfFileForJITInternal() 192 const InstructionSetFeatures* features, in MakeElfFileForJIT() argument 196 return MakeElfFileForJITInternal<ElfTypes64>(isa, features, mini_debug_info, method_infos); in MakeElfFileForJIT() 198 return MakeElfFileForJITInternal<ElfTypes32>(isa, features, mini_debug_info, method_infos); in MakeElfFileForJIT() 205 const InstructionSetFeatures* features, in WriteDebugElfFileForClassesInternal() argument [all …]
|
D | elf_debug_writer.h | 46 const InstructionSetFeatures* features, 55 const InstructionSetFeatures* features, 61 const InstructionSetFeatures* features,
|
/art/dex2oat/linker/ |
D | elf_writer_quick.cc | 56 const InstructionSetFeatures* features, in DebugInfoTask() argument 63 instruction_set_features_(features), in DebugInfoTask() 100 const InstructionSetFeatures* features, 147 const InstructionSetFeatures* features, in CreateElfWriterQuick() argument 152 features, in CreateElfWriterQuick() 157 features, in CreateElfWriterQuick() 165 const InstructionSetFeatures* features, in ElfWriterQuick() argument 169 instruction_set_features_(features), in ElfWriterQuick() 178 builder_(new ElfBuilder<ElfTypes>(instruction_set, features, output_stream_.get())) {} in ElfWriterQuick()
|
/art/runtime/arch/ |
D | instruction_set_features.cc | 189 std::vector<std::string> features; in AddFeaturesFromString() local 190 Split(feature_list, ',', &features); in AddFeaturesFromString() 193 for (auto it = features.begin(); it != features.end();) { in AddFeaturesFromString() 212 it = features.erase(it); in AddFeaturesFromString() 219 DCHECK(!use_default || features.empty()); in AddFeaturesFromString() 221 return AddFeaturesFromSplitString(features, error_msg); in AddFeaturesFromString()
|
/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/040-miranda/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/041-narrowing/ |
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/016-intern/ |
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/027-arithmetic/ |
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/020-string/ |
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/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/029-assert/ |
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/049-show-object/ |
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/044-proxy/ |
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/012-math/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|
/art/test/043-privates/ |
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/010-instance/ |
D | info.txt | 2 runtime test framework. The test is intended to exercise basic features, 4 features might disrupt junit.
|