Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dstack_map_stream.h128 size_t ComputeInlineInfoSize() const;
Dstack_map_stream.cc107 inline_info_size_ = ComputeInlineInfoSize(); in PrepareForFillIn()
180 size_t StackMapStream::ComputeInlineInfoSize() const { in ComputeInlineInfoSize() function in art::StackMapStream