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.h159 uint32_t GetCodeOffset() const;
/art/oatdump/
Doatdump.cc304 uint32_t entry_point = oat_method.GetCodeOffset() - oat_header.GetExecutableOffset(); in WalkOatMethod()
316 info.deduped = !seen_offsets_.insert(oat_method.GetCodeOffset()).second; in WalkOatMethod()
871 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets()
1131 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod()
1184 uint32_t aligned_code_begin = AlignCodeOffset(oat_method.GetCodeOffset()); in DumpOatMethod()
1376 oat_method.GetCodeOffset(), in DumpCodeInfo()
1634 oat_method.GetCodeOffset(), in DumpCode()