Home
last modified time | relevance | path

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

/art/runtime/
Dcheck_jni.cc251 : function_name_(functionName), flags_(flags), indent_(0), has_method_(has_method) { in ScopedCheck()
470 if (has_method_ && soa.Vm()->IsTracingEnabled()) { in Check()
492 if (has_method_) { in Check()
540 if (has_method_) { in CheckNonHeap()
1361 const bool has_method_; member in art::ScopedCheck