Home
last modified time | relevance | path

Searched refs:alloc_ret (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Dti_heap.cc1463 jvmtiError alloc_ret = env->Allocate(static_cast<jlong>(size * sizeof(jclass)), in GetLoadedClasses() local
1465 if (alloc_ret != ERR(NONE)) { in GetLoadedClasses()
1466 return alloc_ret; in GetLoadedClasses()