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

  /art/libdexfile/dex/
dex_file.h 448 const dex::CodeItem* GetCodeItem(const uint32_t code_off) const {
450 return DataPointer<dex::CodeItem>(code_off);
    [all...]
dex_file_verifier.cc 2731 uint32_t code_off = it->GetCodeItemOffset(); local
    [all...]
  /art/dexlayout/
dex_writer.cc 222 uint32_t code_off = method.GetCodeItem() == nullptr ? 0 : method.GetCodeItem()->GetOffset(); local
225 stream->WriteUleb128(code_off);
    [all...]

Completed in 129 milliseconds