Home | History | Annotate | Download | only in compiler

Lines Matching refs:method_offset

1512         size_t method_offset = reinterpret_cast<const uint8_t*>(method) - image_space->Begin();
1514 image_space->GetImageHeader().GetMethodsSection().Contains(method_offset);
3128 uint32_t method_offset = GetOatMethodOffsetsOffsetFromOatClass(class_def_method_index_);
3129 if (method_offset == 0) {
3132 return offset_ + method_offset;