Searched refs:identifier (Results 1 – 3 of 3) sorted by relevance
/art/runtime/native/ |
D | java_lang_Object.cc | 23 #define NATIVE_METHOD(className, functionName, signature, identifier) \ argument 24 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## identifier) }
|
D | java_lang_System.cc | 36 static void ThrowArrayStoreException_NotAnArray(const char* identifier, mirror::Object* array) in ThrowArrayStoreException_NotAnArray() argument 42 "%s of type %s is not an array", identifier, actualType.c_str()); in ThrowArrayStoreException_NotAnArray()
|
/art/runtime/ |
D | jni_internal.cc | 246 jsize length, const char* identifier) in ThrowAIOOBE() argument 252 type.c_str(), start, length, identifier, array->GetLength()); in ThrowAIOOBE()
|