Searched refs:inlining_depth (Results 1 – 2 of 2) sorted by relevance
187 size_t inlining_depth = current_inline_infos_.size(); in EndStackMapEntry() local208 CHECK_EQ(stack_map.HasInlineInfo(), (inlining_depth != 0)); in EndStackMapEntry()209 CHECK_EQ(code_info.GetInlineInfosOf(stack_map).size(), inlining_depth); in EndStackMapEntry()
1191 uint32_t inlining_depth = 0; in RecordPcInfo() local1197 ++inlining_depth; in RecordPcInfo()1207 (inlining_depth == 0); in RecordPcInfo()