Home
last modified time | relevance | path

Searched refs:InsnsSizeInBytes (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/external/
Ddex_file_ext.cc68 size_t size = code.InsnsSizeInBytes(); in FindMethod()
93 cache.emplace_back(offset + code.InsnsSizeInBytes(), accessor.GetClassDefIndex()); in CreateClassCache()
248 .size = code.InsnsSizeInBytes(), in ADexFile_forEachMethod()
/art/libdexfile/dex/
Dcode_item_accessors.h58 uint32_t InsnsSizeInBytes() const { in InsnsSizeInBytes() function
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc151 dex_code_bytes_ += data.InsnsSizeInBytes(); in ProcessDexFiles()
520 << "Bytecode size " << code_item.InsnsSizeInBytes() << " -> " << buffer_.size(); in ProcessCodeItem()
Ddexanalyze_experiments.cc319 dex_code_bytes_ += code_item.InsnsSizeInBytes(); in ProcessDexFile()