Home | History | Annotate | Download | only in veridex

Lines Matching refs:method_id

60                                     const DexFile::MethodId& method_id,
63 return strcmp(method_name, dex_file.GetMethodName(method_id)) == 0 &&
64 strcmp(type, dex_file.GetMethodSignature(method_id).ToString().c_str()) == 0;
68 const DexFile::MethodId& method_id,
71 return strcmp(method_name, dex_file.GetMethodName(method_id)) == 0 &&
72 dex_file.GetMethodSignature(method_id) == signature;
284 const DexFile::MethodId& method_id = dex_file_.GetMethodId(method_index);
285 VeriClass* kls = GetVeriClass(method_id.class_idx_);
291 dex_file_.GetMethodName(method_id),
292 dex_file_.GetMethodSignature(method_id));