Searched refs:allocError (Results 1 – 1 of 1) sorted by relevance
575 jvmtiError allocError = env->Allocate(array_size * sizeof(jfieldID), &out_ptr); in GetClassFields() local576 if (allocError != ERR(NONE)) { in GetClassFields()577 return allocError; in GetClassFields()620 jvmtiError allocError = env->Allocate(array_size * sizeof(jmethodID), &out_ptr); in GetClassMethods() local621 if (allocError != ERR(NONE)) { in GetClassMethods()622 return allocError; in GetClassMethods()670 jvmtiError allocError = env->Allocate(array_size * sizeof(jclass), &out_ptr); in GetImplementedInterfaces() local671 if (allocError != ERR(NONE)) { in GetImplementedInterfaces()672 return allocError; in GetImplementedInterfaces()