Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_ext.cc133 int32_t len = code.InsnsSizeInBytes(); in GetMethodCacheEntryForOffset()
332 method_info.len = code.InsnsSizeInBytes(); in ExtDexFileGetAllMethodInfos()
/art/libdexfile/dex/
Dcode_item_accessors.h57 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()