Home
last modified time | relevance | path

Searched refs:ThrowNegativeArraySizeException (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dcommon_throws.h193 EXPORT void ThrowNegativeArraySizeException(int size)
196 void ThrowNegativeArraySizeException(const char* msg)
H A Dcommon_throws.cc379 void ThrowNegativeArraySizeException(int size) { in ThrowNegativeArraySizeException() function
384 void ThrowNegativeArraySizeException(const char* msg) { in ThrowNegativeArraySizeException() function
/aosp_15_r20/art/runtime/native/
H A Djava_lang_reflect_Array.cc57 ThrowNegativeArraySizeException(length); in Array_createObjectArray()
H A Ddalvik_system_VMRuntime.cc104 ThrowNegativeArraySizeException(length); in VMRuntime_newNonMovableArray()
131 ThrowNegativeArraySizeException(length); in VMRuntime_newUnpaddedArray()
/aosp_15_r20/art/runtime/mirror/
H A Darray.cc93 ThrowNegativeArraySizeException(StringPrintf("Dimension %d: %d", i, dimension).c_str()); in CreateMultiArray()
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h298 ThrowNegativeArraySizeException(component_count); in CheckArrayAlloc()
364 ThrowNegativeArraySizeException(component_count); in AllocArrayFromCodeResolved()
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.cc1404 ThrowNegativeArraySizeException(length); in DoFilledNewArray()
H A Dunstarted_runtime.cc2124 ThrowNegativeArraySizeException(length); in UnstartedJNIArrayCreateObjectArray()