Searched refs:inlining_depth (Results 1 – 2 of 2) sorted by relevance
154 size_t inlining_depth = current_inline_infos_.size(); in EndStackMapEntry() local175 CHECK_EQ(stack_map.HasInlineInfo(), (inlining_depth != 0)); in EndStackMapEntry()176 CHECK_EQ(code_info.GetInlineInfosOf(stack_map).size(), inlining_depth); in EndStackMapEntry()
1172 uint32_t inlining_depth = 0; in RecordPcInfo() local1178 ++inlining_depth; in RecordPcInfo()1189 (inlining_depth == 0); in RecordPcInfo()