Home | History | Annotate | Download | only in compiler

Lines Matching refs:method_id

384         const DexFile::MethodId& method_id = dex_dep.first->GetMethodId(entry.GetDexMethodIndex());
386 std::string actual_klass = dex_dep.first->StringByTypeIdx(method_id.class_idx_);
391 std::string actual_name = dex_dep.first->StringDataByIdx(method_id.name_idx_);
396 std::string actual_signature = dex_dep.first->GetMethodSignature(method_id).ToString();