HomeSort by relevance Sort by last modified time
    Searched refs:DexLayout (Results 1 - 10 of 10) sorted by null

  /art/dexlayout/
dexlayout.h 16 * Header file of the dexlayout utility.
85 class DexLayout {
103 DexLayout(Options& options,
184 // Layout hotness information is only calculated when dexlayout is enabled.
187 DISALLOW_COPY_AND_ASSIGN(DexLayout);
dex_writer.h 36 class DexLayout;
214 DexWriter(DexLayout* dex_layout, bool compute_offsets);
216 static bool Output(DexLayout* dex_layout,
275 DexLayout* const dex_layout_;
dexlayout.cc 16 * Implementation file of the dexlayout utility.
23 #include "dexlayout.h"
505 void DexLayout::DumpEncodedAnnotation(dex_ir::EncodedAnnotation* annotation) {
518 void DexLayout::DumpEncodedValue(const dex_ir::EncodedValue* data) {
597 void DexLayout::DumpFileHeader() {
639 void DexLayout::DumpClassDef(int idx) {
697 void DexLayout::DumpAnnotationSetItem(dex_ir::AnnotationSetItem* set_item) {
721 void DexLayout::DumpClassAnnotations(int idx) {
785 void DexLayout::DumpInterface(const dex_ir::TypeId* type_item, int i) {
798 void DexLayout::DumpCatches(const dex_ir::CodeItem* code)
    [all...]
compact_dex_writer.h 33 explicit CompactDexWriter(DexLayout* dex_layout);
dexlayout_main.cc 16 * Main driver of the dexlayout utility.
23 #include "dexlayout.h"
41 static const char* kProgramName = "dexlayout";
70 * Main driver of the dexlayout utility.
197 // Create DexLayout instance.
198 DexLayout dex_layout(options, profile_info.get(), out_file, /*header*/ nullptr);
compact_dex_writer.cc 24 #include "dexlayout.h"
28 CompactDexWriter::CompactDexWriter(DexLayout* dex_layout)
dexlayout_test.cc 32 #include "dexlayout.h"
114 // dexlayout on XandY.
225 // Returns the default compact dex option for dexlayout based on kDefaultCompactDexLevel.
538 std::string dexlayout = GetDexLayoutPath(); local
539 CHECK(OS::FileExists(dexlayout.c_str())) << dexlayout << " should be a valid file path";
540 argv.push_back(dexlayout);
    [all...]
dex_writer.cc 29 #include "dexlayout.h"
112 DexWriter::DexWriter(DexLayout* dex_layout, bool compute_offsets)
    [all...]
  /art/openjdkjvmti/
fixed_up_dex_file.cc 42 #include "dexlayout.h"
118 // Since we are supposed to return a standard dex, convert back using dexlayout. It's OK to do
130 art::DexLayout dex_layout(options,
  /art/dex2oat/linker/
oat_writer.cc 45 #include "dexlayout.h"
444 // this is that CompactDex conversion is not more expensive than normal dexlayout.
    [all...]

Completed in 253 milliseconds