Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h107 inline uint32_t OatFile::OatMethod::GetCodeOffset() const { in GetCodeOffset() function
112 return GetOatPointer<const void*>(GetCodeOffset()); in GetQuickCode()
Doat_file.h112 uint32_t GetCodeOffset() const;
/art/oatdump/
Doatdump.cc248 uint32_t entry_point = oat_method.GetCodeOffset() - oat_header.GetExecutableOffset(); in WalkOatMethod()
260 info.deduped = !seen_offsets_.insert(oat_method.GetCodeOffset()).second; in WalkOatMethod()
563 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets()
798 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod()
846 uint32_t aligned_code_begin = AlignCodeOffset(oat_method.GetCodeOffset()); in DumpOatMethod()
1027 oat_method.GetCodeOffset(), in DumpCodeInfo()
1241 oat_method.GetCodeOffset(), in DumpCode()