Searched refs:identifier (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | jni_internal.h | 30 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 31 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## identifier) }
|
D | jni_internal.cc | 229 jsize length, const char* identifier) in ThrowAIOOBE() argument 234 type.c_str(), start, length, identifier, array->GetLength()); in ThrowAIOOBE()
|
/art/runtime/native/ |
D | java_lang_System.cc | 38 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()
|