Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.h87 in_inline_frame_(false) { in StackMapStream()
259 bool in_inline_frame_; variable
Dstack_map_stream.cc87 DexRegisterMapEntry* const entry = in_inline_frame_ in AddDexRegisterEntry()
109 DCHECK(!in_inline_frame_); in BeginInlineInfoEntry()
110 in_inline_frame_ = true; in BeginInlineInfoEntry()
132 DCHECK(in_inline_frame_); in EndInlineInfoEntry()
135 in_inline_frame_ = false; in EndInlineInfoEntry()