Searched refs:inlining_depth (Results 1 – 3 of 3) sorted by relevance
26 uint8_t inlining_depth) { in BeginStackMapEntry() argument33 current_entry_.inlining_depth = inlining_depth; in BeginStackMapEntry()48 if (inlining_depth > 0) { in BeginStackMapEntry()282 if (entry.inlining_depth != 0) { in FillIn()285 InlineInfo::kFixedSize + entry.inlining_depth * InlineInfo::SingleEntrySize()); in FillIn()293 inline_info.SetDepth(entry.inlining_depth); in FillIn()294 for (size_t j = 0; j < entry.inlining_depth; ++j) { in FillIn()
93 uint8_t inlining_depth; member110 uint8_t inlining_depth);
666 uint32_t inlining_depth = 0; in RecordPcInfo() local670 stack_map_stream_.BeginStackMapEntry(dex_pc, pc_info.native_pc, 0, 0, 0, inlining_depth); in RecordPcInfo()694 inlining_depth); in RecordPcInfo()