Searched refs:allocError (Results 1 – 1 of 1) sorted by relevance
572 jvmtiError allocError = env->Allocate(array_size * sizeof(jfieldID), &out_ptr); in GetClassFields() local573 if (allocError != ERR(NONE)) { in GetClassFields()574 return allocError; in GetClassFields()617 jvmtiError allocError = env->Allocate(array_size * sizeof(jmethodID), &out_ptr); in GetClassMethods() local618 if (allocError != ERR(NONE)) { in GetClassMethods()619 return allocError; in GetClassMethods()667 jvmtiError allocError = env->Allocate(array_size * sizeof(jclass), &out_ptr); in GetImplementedInterfaces() local668 if (allocError != ERR(NONE)) { in GetImplementedInterfaces()669 return allocError; in GetImplementedInterfaces()