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

  /art/runtime/
oat_file-inl.h 74 inline uint32_t OatFile::OatMethod::GetVmapTableOffset() const {
92 uint32_t offset = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetVmapTableOffset();
oat_quick_method_header.h 107 uint32_t GetVmapTableOffset() const {
oat_file.h 142 uint32_t GetVmapTableOffset() const;
art_method.cc 595 return oat_file->DexBegin() + header->GetVmapTableOffset();
    [all...]
  /art/compiler/
oat_writer.cc 811 uint32_t vmap_table_offset = method_header->GetVmapTableOffset();
    [all...]
  /art/oatdump/
oatdump.cc 787 offsets_.insert(oat_method.GetVmapTableOffset());
    [all...]

Completed in 104 milliseconds