Home
last modified time | relevance | path

Searched refs:encoded_arrays (Results 1 – 17 of 17) sorted by relevance

/tools/dexter/testdata/expected/
Dmi.stats30 encoded_arrays : 0
Dmedium.stats30 encoded_arrays : 471
Dtry_catch.stats30 encoded_arrays : 1
Dmin.stats30 encoded_arrays : 0
Dinvoke-polymorphic.stats30 encoded_arrays : 0
Dentry_hooks.stats30 encoded_arrays : 0
Dmethod_handles.stats30 encoded_arrays : 44
Dlarge.am_stats30 encoded_arrays : 12
Dhello.hello_stats30 encoded_arrays : 0
Dhello_nodebug.stats30 encoded_arrays : 1
Dexit_hooks.stats30 encoded_arrays : 0
Dhello.stats30 encoded_arrays : 1
Dlarge.stats30 encoded_arrays : 6535
/tools/dexter/slicer/export/slicer/
Dwriter.h142 encoded_arrays(dex::kEncodedArrayItem), in DexImage()
162 Section encoded_arrays; member
Ddex_ir.h388 std::vector<own<EncodedArray>> encoded_arrays; member
472 void Track(EncodedArray* p) { PushOwn(encoded_arrays, p); } in Track()
/tools/dexter/slicer/
Dwriter.cc359 CopySection(dex_->encoded_arrays, image, image_size); in CreateImage()
431 AddMapItem(dex_->encoded_arrays, map_items); in CreateMapSection()
565 dex_->encoded_arrays.SetOffset(section_offset); in CreateEncodedArrayItemSection()
574 return dex_->encoded_arrays.Seal(4); in CreateEncodedArrayItemSection()
1121 auto& data = dex_->encoded_arrays; in WriteClassStaticValues()
/tools/dexter/dexter/
Ddexter.cc221 printf(" encoded_arrays : %zu\n", dex_ir->encoded_arrays.size()); in PrintDexIrStats()