Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h95 if (code_offset_ == 0) { in GetQuickCode()
98 return reinterpret_cast<const void *>(begin_ + code_offset_); in GetQuickCode()
Doat_file.h82 explicit OatMethodOffsets(uint32_t code_offset = 0) : code_offset_(code_offset) {} in code_offset_() function
89 uint32_t code_offset_; variable
207 uint32_t GetCodeOffset() const { return code_offset_; } in GetCodeOffset()
228 : begin_(base), code_offset_(code_offset) { in OatMethod()
243 uint32_t code_offset_; variable
Doat_file.cc2417 return OatMethod(oat_file_->Begin(), oat_method_offsets->code_offset_); in GetOatMethod()
/art/dex2oat/linker/
Doat_writer.cc1311 offsets->code_offset_ = quick_code_offset; in VisitMethod()
1428 DCHECK_EQ(oat_class->method_offsets_[method_offsets_index_].code_offset_, 0u); in VisitMethod()
1542 reinterpret_cast<void*>(offsets.code_offset_), pointer_size_); in VisitMethod()
1655 if (method_offsets.code_offset_ > offset_) { in VisitMethod()
1673 method_offsets.code_offset_, in VisitMethod()