Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc56 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()
Dstack_map_stream.h148 bool in_method_ = false; variable