Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Array.cc57 ThrowNegativeArraySizeException(length); in Array_createObjectArray()
Ddalvik_system_VMRuntime.cc106 ThrowNegativeArraySizeException(length); in VMRuntime_newNonMovableArray()
133 ThrowNegativeArraySizeException(length); in VMRuntime_newUnpaddedArray()
/art/runtime/
Dcommon_throws.h191 void ThrowNegativeArraySizeException(int size)
194 void ThrowNegativeArraySizeException(const char* msg)
Dcommon_throws.cc380 void ThrowNegativeArraySizeException(int size) { in ThrowNegativeArraySizeException() function
385 void ThrowNegativeArraySizeException(const char* msg) { in ThrowNegativeArraySizeException() function
/art/runtime/mirror/
Darray.cc93 ThrowNegativeArraySizeException(StringPrintf("Dimension %d: %d", i, dimension).c_str()); in CreateMultiArray()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h247 ThrowNegativeArraySizeException(component_count); in CheckArrayAlloc()
311 ThrowNegativeArraySizeException(component_count); in AllocArrayFromCodeResolved()
/art/runtime/interpreter/
Dinterpreter_common.cc1775 ThrowNegativeArraySizeException(length); in DoFilledNewArray()
Dunstarted_runtime.cc1844 ThrowNegativeArraySizeException(length); in UnstartedJNIArrayCreateObjectArray()