Searched refs:GetCodeOffset (Results 1 – 3 of 3) sorted by relevance
109 inline uint32_t OatFile::OatMethod::GetCodeOffset() const { in GetCodeOffset() function114 return GetOatPointer<const void*>(GetCodeOffset()); in GetQuickCode()
189 uint32_t GetCodeOffset() const;
301 uint32_t entry_point = oat_method.GetCodeOffset() - oat_header.GetExecutableOffset(); in WalkOatMethod()313 info.deduped = !seen_offsets_.insert(oat_method.GetCodeOffset()).second; in WalkOatMethod()870 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets()1130 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod()1183 uint32_t aligned_code_begin = AlignCodeOffset(oat_method.GetCodeOffset()); in DumpOatMethod()1375 oat_method.GetCodeOffset(), in DumpCodeInfo()1633 oat_method.GetCodeOffset(), in DumpCode()