Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching defs:data_result

660     jvmtiError data_result = env->Allocate(peers.size() * sizeof(jthread), &data);
661 if (data_result != ERR(NONE)) {
662 return data_result;