Home
last modified time | relevance | path

Searched defs: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
Dti_heap.cc104 jvmtiError alloc_error; in ReportString() local
182 jvmtiError alloc_error; in ReportPrimitiveArray() local
Dti_method.cc495 jvmtiError alloc_error = env->Allocate(mem_size, &data); in GetLineNumberTable() local