Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.h30 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
31 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## identifier) }
Djni_internal.cc229 jsize length, const char* identifier) in ThrowAIOOBE() argument
234 type.c_str(), start, length, identifier, array->GetLength()); in ThrowAIOOBE()
/art/runtime/native/
Djava_lang_System.cc38 static void ThrowArrayStoreException_NotAnArray(const char* identifier, mirror::Object* array) in ThrowArrayStoreException_NotAnArray() argument
43 "%s of type %s is not an array", identifier, actualType.c_str()); in ThrowArrayStoreException_NotAnArray()