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

  /art/compiler/optimizing/
stack_map_stream.cc 40 current_entry_.inline_infos_start_index = inline_infos_.size();
379 DCHECK_EQ(next_inline_info_index, entry.inline_infos_start_index);
383 DCHECK_LE(entry.inline_infos_start_index + entry.inlining_depth, inline_infos_.size());
386 InlineInfoEntry inline_entry = inline_infos_[depth + entry.inline_infos_start_index];
654 size_t inline_info_index = entry.inline_infos_start_index + d;
stack_map_stream.h 118 size_t inline_infos_start_index; member in struct:art::StackMapStream::StackMapEntry

Completed in 47 milliseconds