Searched refs:code_offset_ (Results 1 – 5 of 5) sorted by relevance
94 return code_offset_; in GetCodeOffset()103 return GetOatPointer<const void*>(code_offset_); in GetPortableCode()113 return GetOatPointer<const void*>(code_offset_); in GetQuickCode()170 uint32_t code_offset_; variable
170 uint32_t code_offset_; variable
489 : code_offset_(0), in OatMethodOffsets()496 : code_offset_(code_offset), in OatMethodOffsets()
575 oat_method_offsets->code_offset_, in GetOatMethod()587 code_offset_(code_offset), in OatMethod()
167 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in GetOffset()173 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in SetOffset()189 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in GetOffset()195 (oat_class->method_offsets_[method_offsets_index].code_offset_ & ~1) - offset; in SetOffset()349 oat_method_offsets_offset + OFFSETOF_MEMBER(OatMethodOffsets, code_offset_)); in VisitMethod()471 offsets->code_offset_ = quick_code_offset; in VisitMethod()555 method->SetQuickOatCodeOffset(offsets.code_offset_); in VisitMethod()604 DCHECK(method_offsets.code_offset_ < offset_ || method_offsets.code_offset_ == in VisitMethod()607 if (method_offsets.code_offset_ >= offset_) { in VisitMethod()