Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:GetOffset

222     uint32_t code_off = method->GetCodeItem() == nullptr ? 0 : method->GetCodeItem()->GetOffset();
239 uint32_t string_data_off = string_id->DataItem()->GetOffset();
311 buffer[2] = proto_id->Parameters() == nullptr ? 0 : proto_id->Parameters()->GetOffset();
394 annotation_off[0] = annotation->GetOffset();
414 annotations_off[0] = annotation_set == nullptr ? 0 : annotation_set->GetOffset();
432 annotations_directory->GetClassAnnotation()->GetOffset();
444 annotation_buffer[1] = field->GetAnnotationSetItem()->GetOffset();
452 annotation_buffer[1] = method->GetAnnotationSetItem()->GetOffset();
460 annotation_buffer[1] = parameter->GetAnnotations()->GetOffset();
539 : code_item->DebugInfo()->GetOffset();
596 class_def->Annotations()->GetOffset();
598 class_def->GetClassData()->GetOffset();
600 class_def->StaticValues()->GetOffset();
638 call_site_off[0] = call_site_id->CallSiteItem()->GetOffset();
943 stream->Seek(item->GetOffset());