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

  /art/libdexfile/dex/
code_item_accessors.h 57 uint32_t InsnsSizeInBytes() const {
  /art/libdexfile/external/
dex_file_ext.cc 133 int32_t len = code.InsnsSizeInBytes();
332 method_info.len = code.InsnsSizeInBytes();
  /art/tools/dexanalyze/
dexanalyze_bytecode.cc 151 dex_code_bytes_ += data.InsnsSizeInBytes();
520 << "Bytecode size " << code_item.InsnsSizeInBytes() << " -> " << buffer_.size();
dexanalyze_experiments.cc 319 dex_code_bytes_ += code_item.InsnsSizeInBytes();

Completed in 311 milliseconds