Lines Matching refs:MethodIds
293 header->MethodIds().SetOffset(disk_header.method_ids_off_); in DexIrBuilder()
360 CHECK_EQ(item->size_, header_->MethodIds().Size()); in CheckAndSetRemainingOffsets()
361 CHECK_EQ(item->offset_, header_->MethodIds().GetOffset()); in CheckAndSetRemainingOffsets()
469 CreateAndAddIndexedItem(header_->MethodIds(), in CreateMethodId()
470 header_->MethodIds().GetOffset() + i * MethodId::ItemSize(), in CreateMethodId()
540 field_or_method_id = header_->MethodIds()[index]; in CreateMethodHandleItem()
755 MethodId* method_id = header_->MethodIds()[methods[i].method_idx_]; in CreateAnnotationsDirectoryItem()
771 MethodId* method_id = header_->MethodIds()[parameters[i].method_idx_]; in CreateAnnotationsDirectoryItem()
1075 if (index < header_->MethodIds().Size()) { in GetIdFromInstruction()
1076 method_ids->push_back(header_->MethodIds()[index]); in GetIdFromInstruction()
1182 item->SetMethodId(header_->MethodIds()[method_index]); in ReadEncodedValue()
1226 MethodId* method_id = header_->MethodIds()[method.GetIndex()]; in GenerateMethodItem()