Home
last modified time | relevance | path

Searched refs:ComputeMethodInfoSize (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.h173 size_t ComputeMethodInfoSize() const;
Dstack_map_stream.cc692 size_t StackMapStream::ComputeMethodInfoSize() const { in ComputeMethodInfoSize() function in art::StackMapStream
Dstack_map_test.cc1002 const size_t method_info_size = stream.ComputeMethodInfoSize(); in TEST()
Dcode_generator.cc870 *method_info_size = stack_map_stream->ComputeMethodInfoSize(); in ComputeStackMapAndMethodInfoSize()