Searched refs:functionName (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | jni_internal.h | 24 #define NATIVE_METHOD(className, functionName, signature) \ argument 25 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## functionName) }
|
D | check_jni.cc | 132 explicit ScopedCheck(int flags, const char* functionName, bool has_method = true) in ScopedCheck() argument 133 : function_name_(functionName), flags_(flags), indent_(0), has_method_(has_method) { in ScopedCheck()
|
/art/runtime/native/ |
D | java_lang_Object.cc | 25 #define NATIVE_METHOD(className, functionName, signature, identifier) \ argument 26 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## identifier) }
|