Home
last modified time | relevance | path

Searched refs:has_method (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jni/
Dcheck_jni.cc333 ScopedCheck(uint16_t flags, const char* functionName, bool has_method = true) in ScopedCheck() argument
334 : function_name_(functionName), indent_(0), flags_(flags), has_method_(has_method) { in ScopedCheck()