Searched refs:alloc_error (Results 1 – 4 of 4) sorted by relevance
121 jvmtiError alloc_error = env_->Allocate(n * sizeof(T), &result); variable122 CHECK(alloc_error == JVMTI_ERROR_NONE);
499 jvmtiError alloc_error = env->Allocate(mem_size, &data); in GetLineNumberTable() local500 if (alloc_error != ERR(NONE)) { in GetLineNumberTable()501 return alloc_error; in GetLineNumberTable()
104 jvmtiError alloc_error; in ReportString() local105 data = AllocJvmtiUniquePtr<uint16_t[]>(env, string_length, &alloc_error); in ReportString()182 jvmtiError alloc_error; in ReportPrimitiveArray() local185 &alloc_error); in ReportPrimitiveArray()
106 goto alloc_error; in PyClass_New()109 goto alloc_error; in PyClass_New()112 goto alloc_error; in PyClass_New()117 alloc_error: in PyClass_New()