Home | History | Annotate | Download | only in runtime

Lines Matching refs:oat_method_offsets

2115   const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index);
2116 if (oat_method_offsets == nullptr) {
2119 return reinterpret_cast<const uint8_t*>(oat_method_offsets) - oat_file_->Begin();
2140 const OatMethodOffsets& oat_method_offsets = methods_pointer_[methods_pointer_index];
2141 return &oat_method_offsets;
2145 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index);
2146 if (oat_method_offsets == nullptr) {
2152 return OatMethod(oat_file_->Begin(), oat_method_offsets->code_offset_);