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

/art/runtime/
H A Dcheck_jni.cc132 explicit ScopedCheck(int flags, const char* functionName, bool has_method = true) argument
133 : function_name_(functionName), flags_(flags), indent_(0), has_method_(has_method) {

Completed in 69 milliseconds