Home
last modified time | relevance | path

Searched refs:code_offset_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat_file-inl.h28 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetOatQuickMethodHeader()
90 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetVmapTable()
102 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetQuickCodeSize()
110 return (GetQuickCodeSize() == 0) ? 0 : code_offset_; in GetCodeOffset()
Doat_file.h77 explicit OatMethodOffsets(uint32_t code_offset = 0) : code_offset_(code_offset) {} in code_offset_() function
84 uint32_t code_offset_; variable
212 : begin_(base), code_offset_(code_offset) { in OatMethod()
235 uint32_t code_offset_; variable
Doat_file.cc2156 return OatMethod(oat_file_->Begin(), oat_method_offsets->code_offset_); in GetOatMethod()
/art/dex2oat/linker/
Doat_writer.cc1407 offsets->code_offset_ = quick_code_offset; in VisitMethod()
1501 DCHECK_EQ(oat_class->method_offsets_[method_offsets_index_].code_offset_, 0u); in VisitMethod()
1616 reinterpret_cast<void*>(offsets.code_offset_), pointer_size_); in VisitMethod()
1734 if (method_offsets.code_offset_ > offset_) { in VisitMethod()
1751 DCHECK_EQ(method_offsets.code_offset_, in VisitMethod()