Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_ext.cc126 int32_t len = code.InsnsSizeInBytes(); in GetMethodCacheEntryForOffset()
150 cache.emplace_back(offset + code.InsnsSizeInBytes(), accessor.GetClassDefIndex()); in GetClassDefIndex()
375 method_info.len = code.InsnsSizeInBytes(); in ExtDexFileGetAllMethodInfos()
/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()