Searched refs:alloc_error (Results 1 – 3 of 3) sorted by relevance
121 jvmtiError alloc_error = env_->Allocate(n * sizeof(T), &result); variable122 CHECK(alloc_error == JVMTI_ERROR_NONE);
495 jvmtiError alloc_error = env->Allocate(mem_size, &data); in GetLineNumberTable() local496 if (alloc_error != ERR(NONE)) { in GetLineNumberTable()497 return alloc_error; in GetLineNumberTable()
105 jvmtiError alloc_error; in ReportString() local106 data = AllocJvmtiUniquePtr<uint16_t[]>(env, string_length, &alloc_error); in ReportString()183 jvmtiError alloc_error; in ReportPrimitiveArray() local186 &alloc_error); in ReportPrimitiveArray()