Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_info.h44 MethodInfo(uint8_t* ptr, size_t num_method_indices) : num_method_indices_(num_method_indices) { in MethodInfo() argument
50 static size_t ComputeSize(size_t num_method_indices) { in ComputeSize() argument
53 ptr = EncodeUnsignedLeb128(ptr, num_method_indices); in ComputeSize()
54 return (ptr - temp) + num_method_indices * sizeof(MethodIndexType); in ComputeSize()