Searched refs:functionName (Results 1 – 2 of 2) 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) } 30 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument 31 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## identifier) }
|
D | check_jni.cc | 245 ScopedCheck(int flags, const char* functionName, bool has_method = true) in ScopedCheck() argument 246 : function_name_(functionName), flags_(flags), indent_(0), has_method_(has_method) { in ScopedCheck()
|