Searched refs:method_id (Results 1 – 4 of 4) sorted by relevance
113 int32_t method_id = -1; in statsd_drmmanager() local114 (void) item->getInt32("method_id", &method_id); in statsd_drmmanager()129 method_id, mime_types.c_str(), in statsd_drmmanager()147 << " method_id:" << method_id in statsd_drmmanager()
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;
237 jmethodID method_id = env->GetMethodID(exc_class.get(), "toString", in report_java_lang_error_fatal_error() local242 env->CallObjectMethod(error, method_id))); in report_java_lang_error_fatal_error()