Home
last modified time | relevance | path

Searched defs:ThrowIndexOutOfBoundsException (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dcommon_throws.cc331 void ThrowIndexOutOfBoundsException(int index, int length) { in ThrowIndexOutOfBoundsException() function
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcjx_object.cpp185 void CJX_Object::ThrowIndexOutOfBoundsException(v8::Isolate* pIsolate) const { in ThrowIndexOutOfBoundsException() function in CJX_Object