Lines Matching refs:has_method
166 explicit ScopedCheck(JavaVM* vm, bool has_method, const char* functionName)
169 Init(kFlag_Invocation, functionName, has_method);
663 // Set "has_method" to true if we have a valid thread with a method pointer.
666 void Init(int flags, const char* functionName, bool has_method) {
669 has_method_ = has_method;