Searched refs:inlining_depth (Results 1 – 2 of 2) sorted by relevance
174 size_t inlining_depth = current_inline_infos_.size(); in EndStackMapEntry() local195 CHECK_EQ(stack_map.HasInlineInfo(), (inlining_depth != 0)); in EndStackMapEntry()196 CHECK_EQ(code_info.GetInlineInfosOf(stack_map).size(), inlining_depth); in EndStackMapEntry()
1252 uint32_t inlining_depth = 0; in RecordPcInfo() local1258 ++inlining_depth; in RecordPcInfo()1268 (inlining_depth == 0); in RecordPcInfo()