Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 85) sorted by relevance

1234

/art/compiler/debug/
Delf_debug_writer.cc93 const InstructionSetFeatures* features, in MakeMiniDebugInfo() argument
99 features, in MakeMiniDebugInfo()
105 features, in MakeMiniDebugInfo()
115 const InstructionSetFeatures* features, in WriteDebugElfFileForMethodsInternal() argument
120 std::unique_ptr<ElfBuilder<ElfTypes>> builder(new ElfBuilder<ElfTypes>(isa, features, &out)); in WriteDebugElfFileForMethodsInternal()
134 const InstructionSetFeatures* features, in WriteDebugElfFileForMethods() argument
137 return WriteDebugElfFileForMethodsInternal<ElfTypes64>(isa, features, method_infos); in WriteDebugElfFileForMethods()
139 return WriteDebugElfFileForMethodsInternal<ElfTypes32>(isa, features, method_infos); in WriteDebugElfFileForMethods()
146 const InstructionSetFeatures* features, in WriteDebugElfFileForClassesInternal() argument
152 std::unique_ptr<ElfBuilder<ElfTypes>> builder(new ElfBuilder<ElfTypes>(isa, features, &out)); in WriteDebugElfFileForClassesInternal()
[all …]
Delf_debug_writer.h45 const InstructionSetFeatures* features,
52 const InstructionSetFeatures* features,
57 const InstructionSetFeatures* features,
/art/compiler/
Delf_writer_quick.cc55 const InstructionSetFeatures* features, in DebugInfoTask() argument
60 instruction_set_features_(features), in DebugInfoTask()
91 const InstructionSetFeatures* features,
135 const InstructionSetFeatures* features, in CreateElfWriterQuick() argument
140 features, in CreateElfWriterQuick()
145 features, in CreateElfWriterQuick()
153 const InstructionSetFeatures* features, in ElfWriterQuick() argument
157 instruction_set_features_(features), in ElfWriterQuick()
164 builder_(new ElfBuilder<ElfTypes>(instruction_set, features, output_stream_.get())) {} in ElfWriterQuick()
/art/compiler/linker/
Drelative_patcher.cc44 const InstructionSetFeatures* features, in Create() argument
88 UNUSED(features); in Create()
108 new Arm64RelativePatcher(provider, features->AsArm64InstructionSetFeatures())); in Create()
113 new MipsRelativePatcher(features->AsMipsInstructionSetFeatures())); in Create()
/art/test/046-reflect/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/017-float/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/049-show-object/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/051-thread/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/006-args/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/012-math/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/019-wrong-array-type/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/045-reflect-array/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/022-interface/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/023-many-interfaces/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/025-access-controller/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/026-access/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/039-join-main/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/040-miranda/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/013-math2/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/014-math3/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/015-switch/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/016-intern/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/018-stack-overflow/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/020-string/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.
/art/test/021-string2/
Dinfo.txt2 runtime test framework. The test is intended to exercise basic features,
4 features might disrupt junit.

1234