Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:method_id

437         dex_ir::MethodId* method_id = header->GetCollections().GetMethodId(index);
438 const char* name = method_id->Name()->Data();
439 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto());
440 const char* back_descriptor = method_id->Class()->GetStringId()->Data();
470 dex_ir::MethodId* method_id = header->GetCollections().GetMethodId(index);
471 const char* name = method_id->Name()->Data();
472 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto());
473 const char* back_descriptor = method_id->Class()->GetStringId()->Data();
564 dex_ir::MethodId* method_id = data->GetMethodId();
565 fputs(method_id->Name()->Data(), out_file_);
755 const dex_ir::MethodId* method_id = method->GetMethodId();
756 const uint32_t method_idx = method_id->GetIndex();
757 const char* method_name = method_id->Name()->Data();
766 const dex_ir::MethodId* method_id = parameter->GetMethodId();
767 const uint32_t method_idx = method_id->GetIndex();
768 const char* method_name = method_id->Name()->Data();
1042 dex_ir::MethodId* method_id = header_->GetCollections().GetMethodId(idx);
1043 const char* name = method_id->Name()->Data();
1044 std::string type_descriptor = GetSignatureForProtoId(method_id->Proto());
1045 const char* back_descriptor = method_id->Class()->GetStringId()->Data();
1185 dex_ir::MethodId* method_id = header_->GetCollections().GetMethodId(idx);
1186 const char* name = method_id->Name()->Data();
1187 char* type_descriptor = strdup(GetSignatureForProtoId(method_id->Proto()).c_str());
1188 const char* back_descriptor = method_id->Class()->GetStringId()->Data();
1206 method_id->Proto());
1639 const dex_ir::MethodId* method_id = method->GetMethodId();
1648 info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex())).IsInProfile();
1652 is_shorty[method_id->Proto()->Shorty()->GetIndex()] = true;
1747 const dex_ir::MethodId *method_id = method->GetMethodId();
1757 Hotness hotness = info_->GetMethodHotness(MethodReference(dex_file, method_id->GetIndex()));