Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.cc47 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()
88 DCHECK(in_method_) << "Call BeginMethod first"; in BeginStackMapEntry()
Dstack_map_stream.h136 bool in_method_ = false; variable