Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 2 of 2) sorted by relevance

/art/runtime/native/
Djava_lang_System.cc41 static void ThrowArrayStoreException_NotAnArray(const char* identifier, in ThrowArrayStoreException_NotAnArray() argument
47 "%s of type %s is not an array", identifier, actualType.c_str()); in ThrowArrayStoreException_NotAnArray()
/art/runtime/jni/
Djni_internal.cc543 const char* identifier) in ThrowAIOOBE() argument
548 type.c_str(), start, length, identifier, array->GetLength()); in ThrowAIOOBE()