Searched refs:GetCodeOffset (Results 1 – 3 of 3) sorted by relevance
107 inline uint32_t OatFile::OatMethod::GetCodeOffset() const { in GetCodeOffset() function112 return GetOatPointer<const void*>(GetCodeOffset()); in GetQuickCode()
124 uint32_t GetCodeOffset() const;
264 uint32_t entry_point = oat_method.GetCodeOffset() - oat_header.GetExecutableOffset(); in WalkOatMethod()276 info.deduped = !seen_offsets_.insert(oat_method.GetCodeOffset()).second; in WalkOatMethod()782 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets()1145 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod()1193 uint32_t aligned_code_begin = AlignCodeOffset(oat_method.GetCodeOffset()); in DumpOatMethod()1386 oat_method.GetCodeOffset(), in DumpCodeInfo()1688 oat_method.GetCodeOffset(), in DumpCode()