Home
last modified time | relevance | path

Searched refs:GetGcMapOffset (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat_file-inl.h93 uint32_t OatFile::OatMethod::GetGcMapOffset() const { in GetGcMapOffset() function
Doat_file.h147 uint32_t GetGcMapOffset() const;
/art/oatdump/
Doatdump.cc358 offsets_.insert(oat_method.GetGcMapOffset()); in AddOffsets()
505 uint32_t gc_map_offset = oat_method.GetGcMapOffset(); in DumpOatMethod()