HomeSort by relevance Sort by last modified time
    Searched full:inlining_depth (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
stack_map_stream.h 54 uint8_t inlining_depth; member in struct:art::StackMapStream::StackMapEntry
73 uint8_t inlining_depth) {
80 entry.inlining_depth = inlining_depth;
86 if (inlining_depth > 0) {
179 if (entry.inlining_depth != 0) {
182 InlineInfo::kFixedSize + entry.inlining_depth * InlineInfo::SingleEntrySize());
188 inline_info.SetDepth(entry.inlining_depth);
189 for (size_t i = 0; i < entry.inlining_depth; ++i) {
  /art/runtime/
stack_map.h 33 * [inlining_depth, [method_dex reference]+]

Completed in 68 milliseconds