Searched refs:DexLayout (Results 1 – 9 of 9) sorted by relevance
/art/dexlayout/ |
D | dexlayout.h | 85 class DexLayout { 103 DexLayout(Options& options, in DexLayout() function 187 DISALLOW_COPY_AND_ASSIGN(DexLayout);
|
D | dex_writer.h | 36 class DexLayout; variable 214 DexWriter(DexLayout* dex_layout, bool compute_offsets); 216 static bool Output(DexLayout* dex_layout, 275 DexLayout* const dex_layout_;
|
D | dexlayout.cc | 505 void DexLayout::DumpEncodedAnnotation(dex_ir::EncodedAnnotation* annotation) { in DumpEncodedAnnotation() 518 void DexLayout::DumpEncodedValue(const dex_ir::EncodedValue* data) { in DumpEncodedValue() 597 void DexLayout::DumpFileHeader() { in DumpFileHeader() 639 void DexLayout::DumpClassDef(int idx) { in DumpClassDef() 697 void DexLayout::DumpAnnotationSetItem(dex_ir::AnnotationSetItem* set_item) { in DumpAnnotationSetItem() 721 void DexLayout::DumpClassAnnotations(int idx) { in DumpClassAnnotations() 785 void DexLayout::DumpInterface(const dex_ir::TypeId* type_item, int i) { in DumpInterface() 798 void DexLayout::DumpCatches(const dex_ir::CodeItem* code) { in DumpCatches() 826 void DexLayout::DumpInstruction(const dex_ir::CodeItem* code, in DumpInstruction() 1041 void DexLayout::DumpBytecodes(uint32_t idx, const dex_ir::CodeItem* code, uint32_t code_offset) { in DumpBytecodes() [all …]
|
D | dexlayout_main.cc | 198 DexLayout dex_layout(options, profile_info.get(), out_file, /*header*/ nullptr); in DexlayoutDriver()
|
D | compact_dex_writer.h | 33 explicit CompactDexWriter(DexLayout* dex_layout);
|
D | compact_dex_writer.cc | 28 CompactDexWriter::CompactDexWriter(DexLayout* dex_layout) in CompactDexWriter()
|
D | dex_writer.cc | 112 DexWriter::DexWriter(DexLayout* dex_layout, bool compute_offsets) in DexWriter() 913 bool DexWriter::Output(DexLayout* dex_layout, in Output()
|
D | dexlayout_test.cc | 807 DexLayout dexlayout(options, in TEST_F()
|
/art/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 130 art::DexLayout dex_layout(options, in Create()
|