Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Object.cc23 #define NATIVE_METHOD(className, functionName, signature, identifier) \ argument
24 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## identifier) }
Djava_lang_System.cc36 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/
Djni_internal.cc246 jsize length, const char* identifier) in ThrowAIOOBE() argument
252 type.c_str(), start, length, identifier, array->GetLength()); in ThrowAIOOBE()