Home
last modified time | relevance | path

Searched refs:inlining_depth (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.cc26 uint8_t inlining_depth) { in BeginStackMapEntry() argument
33 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()
Dstack_map_stream.h93 uint8_t inlining_depth; member
110 uint8_t inlining_depth);
Dcode_generator.cc666 uint32_t inlining_depth = 0; in RecordPcInfo() local
670 stack_map_stream_.BeginStackMapEntry(dex_pc, pc_info.native_pc, 0, 0, 0, inlining_depth); in RecordPcInfo()
694 inlining_depth); in RecordPcInfo()