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);
74 jvmtiError alloc_error; in ReportString() local75 data = AllocJvmtiUniquePtr<uint16_t[]>(env, string_length, &alloc_error); in ReportString()152 jvmtiError alloc_error; in ReportPrimitiveArray() local155 &alloc_error); in ReportPrimitiveArray()
498 jvmtiError alloc_error = env->Allocate(mem_size, &data); in GetLineNumberTable() local499 if (alloc_error != ERR(NONE)) { in GetLineNumberTable()500 return alloc_error; in GetLineNumberTable()