Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:MethodIds

422       if (index < header->MethodIds().Size()) {
423 dex_ir::MethodId* method_id = header->MethodIds()[index];
455 if (index < header->MethodIds().Size()) {
456 dex_ir::MethodId* method_id = header->MethodIds()[index];
610 fprintf(out_file_, "method_ids_size : %d\n", header_->MethodIds().Size());
612 header_->MethodIds().GetOffset(), header_->MethodIds().GetOffset());
1027 dex_ir::MethodId* method_id = header_->MethodIds()[idx];
1169 dex_ir::MethodId* method_id = header_->MethodIds()[idx];
1674 for (dex_ir::MethodId* id : fixups->MethodIds()) {