Searched refs:method_id (Results 1 – 3 of 3) sorted by relevance
686 std::optional<const Prototype> DexBuilder::GetPrototypeByMethodId(size_t method_id) const { in GetPrototypeByMethodId()688 if (entry.second.id == method_id) { in GetPrototypeByMethodId()
566 std::optional<const Prototype> GetPrototypeByMethodId(size_t method_id) const;
236 jmethodID method_id = env->GetMethodID(exc_class.get(), "toString", in report_java_lang_error_fatal_error() local241 env->CallObjectMethod(error, method_id))); in report_java_lang_error_fatal_error()