Home
last modified time | relevance | path

Searched refs:InlineInfoEntry (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.h110 struct InlineInfoEntry { struct
192 ArenaVector<InlineInfoEntry> inline_infos_;
201 InlineInfoEntry current_inline_info_;
Dstack_map_stream.cc127 current_inline_info_ = InlineInfoEntry(); in EndInlineInfoEntry()
221 InlineInfoEntry inline_entry = inline_infos_[inline_info_index++]; in ComputeDexRegisterMapsSize()
237 InlineInfoEntry inline_entry = inline_infos_[inline_info_index++]; in ComputeInlineInfoEncoding()
353 InlineInfoEntry inline_entry = inline_infos_[depth + entry.inline_infos_start_index]; in FillIn()
541 InlineInfoEntry inline_entry = inline_infos_[inline_info_index]; in CheckCodeInfo()