Searched refs:method_count (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Djni_internal.h45 jint method_count);
H A Dnative_bridge_art_interface.cc55 uint32_t method_count) {
65 if (count < method_count) {
54 GetNativeMethods(JNIEnv* env, jclass clazz, JNINativeMethod* methods, uint32_t method_count) argument
H A Djni_internal.cc2089 jint method_count) {
2090 return RegisterNativeMethods(env, java_class, methods, method_count, true);
2094 jint method_count, bool return_errors) {
2095 if (UNLIKELY(method_count < 0)) {
2097 method_count);
2103 if (UNLIKELY(method_count == 0)) {
2109 for (jint i = 0; i < method_count; ++i) {
2976 jint method_count) {
2981 JNI::RegisterNativeMethods(env, c.get(), methods, method_count, false);
2088 RegisterNatives(JNIEnv* env, jclass java_class, const JNINativeMethod* methods, jint method_count) argument
2093 RegisterNativeMethods(JNIEnv* env, jclass java_class, const JNINativeMethod* methods, jint method_count, bool return_errors) argument
2975 RegisterNativeMethods(JNIEnv* env, const char* jni_class_name, const JNINativeMethod* methods, jint method_count) argument
H A Ddex_file_verifier.cc1286 uint32_t method_count = item->methods_size_; local
1287 if (!CheckListSize(method_item, method_count, sizeof(DexFile::MethodAnnotationsItem), "method_annotations list")) {
1292 for (uint32_t i = 0; i < method_count; i++) {
2200 uint32_t method_count = item->methods_size_; local
2201 for (uint32_t i = 0; i < method_count; i++) {
H A Ddex_file.cc1252 uint32_t method_count = annotations_dir->methods_size_; local
1253 for (uint32_t i = 0; i < method_count; ++i) {

Completed in 94 milliseconds