Searched refs:in_method_ (Results 1 – 2 of 2) sorted by relevance
47 DCHECK(!in_method_) << "Mismatched Begin/End calls"; in BeginMethod()48 in_method_ = true; in BeginMethod()69 DCHECK(in_method_) << "Mismatched Begin/End calls"; in EndMethod()70 in_method_ = false; in EndMethod()102 DCHECK(in_method_) << "Call BeginMethod first"; in BeginStackMapEntry()
137 bool in_method_ = false; variable