Searched refs:inlining_depth (Results 1 – 2 of 2) sorted by relevance
142 size_t inlining_depth = current_inline_infos_.size(); in EndStackMapEntry() local163 CHECK_EQ(stack_map.HasInlineInfo(), (inlining_depth != 0)); in EndStackMapEntry()164 CHECK_EQ(code_info.GetInlineInfosOf(stack_map).size(), inlining_depth); in EndStackMapEntry()
1096 uint32_t inlining_depth = 0; in RecordPcInfo() local1102 ++inlining_depth; in RecordPcInfo()1113 (inlining_depth == 0); in RecordPcInfo()