Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h109 inline uint32_t OatFile::OatMethod::GetCodeOffset() const { in GetCodeOffset() function
114 return GetOatPointer<const void*>(GetCodeOffset()); in GetQuickCode()
Doat_file.h189 uint32_t GetCodeOffset() const;
/art/oatdump/
Doatdump.cc301 uint32_t entry_point = oat_method.GetCodeOffset() - oat_header.GetExecutableOffset(); in WalkOatMethod()
313 info.deduped = !seen_offsets_.insert(oat_method.GetCodeOffset()).second; in WalkOatMethod()
874 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets()
1134 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod()
1187 uint32_t aligned_code_begin = AlignCodeOffset(oat_method.GetCodeOffset()); in DumpOatMethod()
1379 oat_method.GetCodeOffset(), in DumpCodeInfo()
1637 oat_method.GetCodeOffset(), in DumpCode()