Searched refs:code_offset_ (Results 1 – 5 of 5) sorted by relevance
97 return code_offset_; in GetCodeOffset()103 return GetOatPointer<const void*>(code_offset_); in GetPortableCode()113 return GetOatPointer<const void*>(code_offset_); in GetQuickCode()168 uint32_t code_offset_; variable
169 uint32_t code_offset_; variable
580 return OatMethod(oat_file_->Begin(), oat_method_offsets->code_offset_); in GetOatMethod()590 code_offset_(code_offset) { in OatMethod()
494 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset) : code_offset_(code_offset) { in OatMethodOffsets()
148 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in GetOffset()154 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in SetOffset()170 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in GetOffset()176 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in SetOffset()192 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in GetOffset()198 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in SetOffset()352 oat_method_offsets_offset + OFFSETOF_MEMBER(OatMethodOffsets, code_offset_)); in VisitMethod()479 offsets->code_offset_ = quick_code_offset; in VisitMethod()563 method->SetQuickOatCodeOffset(offsets.code_offset_); in VisitMethod()611 DCHECK(method_offsets.code_offset_ < offset_ || method_offsets.code_offset_ == in VisitMethod()[all …]