Searched refs:code_offset_ (Results 1 – 4 of 4) sorted by relevance
95 if (code_offset_ == 0) { in GetQuickCode()98 return reinterpret_cast<const void *>(begin_ + code_offset_); in GetQuickCode()
82 explicit OatMethodOffsets(uint32_t code_offset = 0) : code_offset_(code_offset) {} in code_offset_() function89 uint32_t code_offset_; variable207 uint32_t GetCodeOffset() const { return code_offset_; } in GetCodeOffset()228 : begin_(base), code_offset_(code_offset) { in OatMethod()243 uint32_t code_offset_; variable
2417 return OatMethod(oat_file_->Begin(), oat_method_offsets->code_offset_); in GetOatMethod()
1311 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()