Home
last modified time | relevance | path

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

/aosp_15_r20/art/openjdkjvmti/
H A Djvmti_allocator.h121 jvmtiError alloc_error = env_->Allocate(n * sizeof(T), &result); variable
122 CHECK(alloc_error == JVMTI_ERROR_NONE);
H A Dti_method.cc499 jvmtiError alloc_error = env->Allocate(mem_size, &data); in GetLineNumberTable() local
500 if (alloc_error != ERR(NONE)) { in GetLineNumberTable()
501 return alloc_error; in GetLineNumberTable()
H A 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()
/aosp_15_r20/external/python/cpython2/Objects/
Dclassobject.c106 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()