Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Djvmti_allocator.h121 jvmtiError alloc_error = env_->Allocate(n * sizeof(T), &result); variable
122 CHECK(alloc_error == JVMTI_ERROR_NONE);
Dti_method.cc495 jvmtiError alloc_error = env->Allocate(mem_size, &data); in GetLineNumberTable() local
496 if (alloc_error != ERR(NONE)) { in GetLineNumberTable()
497 return alloc_error; in GetLineNumberTable()
Dti_heap.cc104 jvmtiError alloc_error; in ReportString() local
105 data = AllocJvmtiUniquePtr<uint16_t[]>(env, string_length, &alloc_error); in ReportString()
182 jvmtiError alloc_error; in ReportPrimitiveArray() local
185 &alloc_error); in ReportPrimitiveArray()