Searched refs:num_method_indices (Results 1 – 1 of 1) sorted by relevance
44 MethodInfo(uint8_t* ptr, size_t num_method_indices) : num_method_indices_(num_method_indices) { in MethodInfo() argument50 static size_t ComputeSize(size_t num_method_indices) { in ComputeSize() argument53 ptr = EncodeUnsignedLeb128(ptr, num_method_indices); in ComputeSize()54 return (ptr - temp) + num_method_indices * sizeof(MethodIndexType); in ComputeSize()