Searched refs:functionName (Results 1 – 3 of 3) sorted by relevance
21 #define NATIVE_METHOD(className, functionName, signature) \ argument22 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## functionName) }
333 ScopedCheck(uint16_t flags, const char* functionName, bool has_method = true) in ScopedCheck() argument334 : function_name_(functionName), indent_(0), flags_(flags), has_method_(has_method) { in ScopedCheck()
1 Landroid/system/ErrnoException;->functionName:Ljava/lang/String;7 Landroid/system/GaiException;->functionName:Ljava/lang/String;