Searched refs:oat_method_offsets (Results 1 – 2 of 2) sorted by relevance
2115 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index); in GetOatMethodOffsetsOffset() local2116 if (oat_method_offsets == nullptr) { in GetOatMethodOffsetsOffset()2119 return reinterpret_cast<const uint8_t*>(oat_method_offsets) - oat_file_->Begin(); in GetOatMethodOffsetsOffset()2140 const OatMethodOffsets& oat_method_offsets = methods_pointer_[methods_pointer_index]; in GetOatMethodOffsets() local2141 return &oat_method_offsets; in GetOatMethodOffsets()2145 const OatMethodOffsets* oat_method_offsets = GetOatMethodOffsets(method_index); in GetOatMethod() local2146 if (oat_method_offsets == nullptr) { in GetOatMethod()2152 return OatMethod(oat_file_->Begin(), oat_method_offsets->code_offset_); in GetOatMethod()
1129 const OatMethodOffsets* oat_method_offsets = oat_class.GetOatMethodOffsets(class_method_index); in DumpOatMethod() local1170 vios->Stream() << StringPrintf("%p ", oat_method_offsets); in DumpOatMethod()