Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_throws.h143 void ThrowNegativeArraySizeException(int size)
146 void ThrowNegativeArraySizeException(const char* msg)
Dcommon_throws.cc279 void ThrowNegativeArraySizeException(int size) { in ThrowNegativeArraySizeException() function
284 void ThrowNegativeArraySizeException(const char* msg) { in ThrowNegativeArraySizeException() function
/art/runtime/native/
Djava_lang_reflect_Array.cc53 ThrowNegativeArraySizeException(length); in Array_createObjectArray()
Ddalvik_system_VMRuntime.cc73 ThrowNegativeArraySizeException(length); in VMRuntime_newNonMovableArray()
98 ThrowNegativeArraySizeException(length); in VMRuntime_newUnpaddedArray()
/art/runtime/mirror/
Darray.cc89 ThrowNegativeArraySizeException(StringPrintf("Dimension %d: %d", i, dimension).c_str()); in CreateMultiArray()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h199 ThrowNegativeArraySizeException(component_count); in CheckArrayAlloc()
260 ThrowNegativeArraySizeException(component_count); in AllocArrayFromCodeResolved()
Dentrypoint_utils.cc43 ThrowNegativeArraySizeException(component_count); in CheckFilledNewArrayAlloc()
/art/runtime/interpreter/
Dinterpreter_common.cc703 ThrowNegativeArraySizeException(length); in DoFilledNewArray()
Dunstarted_runtime.cc965 ThrowNegativeArraySizeException(length); in UnstartedJNIArrayCreateObjectArray()