Searched refs:in_method_ (Results 1 – 2 of 2) sorted by relevance
56 DCHECK(!in_method_) << "Mismatched Begin/End calls"; in BeginMethod()57 in_method_ = true; in BeginMethod()80 DCHECK(in_method_) << "Mismatched Begin/End calls"; in EndMethod()81 in_method_ = false; in EndMethod()115 DCHECK(in_method_) << "Call BeginMethod first"; in BeginStackMapEntry()
148 bool in_method_ = false; variable