Home
last modified time | relevance | path

Searched defs:functionName (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Djni_internal.h24 #define NATIVE_METHOD(className, functionName, signature) \ argument
30 #define OVERLOADED_NATIVE_METHOD(className, functionName, signature, identifier) \ argument
Dcheck_jni.cc245 ScopedCheck(int flags, const char* functionName, bool has_method = true) in ScopedCheck()