Searched refs:allocError (Results 1 – 1 of 1) sorted by relevance
566 jvmtiError allocError = env->Allocate(array_size * sizeof(jfieldID), &out_ptr); in GetClassFields() local567 if (allocError != ERR(NONE)) { in GetClassFields()568 return allocError; in GetClassFields()611 jvmtiError allocError = env->Allocate(array_size * sizeof(jmethodID), &out_ptr); in GetClassMethods() local612 if (allocError != ERR(NONE)) { in GetClassMethods()613 return allocError; in GetClassMethods()661 jvmtiError allocError = env->Allocate(array_size * sizeof(jclass), &out_ptr); in GetImplementedInterfaces() local662 if (allocError != ERR(NONE)) { in GetImplementedInterfaces()663 return allocError; in GetImplementedInterfaces()