Searched refs:method_name_index (Results 1 – 2 of 2) sorted by relevance
178 size_t method_name_index = (method_index / num_shared_ids) / num_shared_ids; variable182 builder.AddMethod(class_descriptor, signature, "m" + std::to_string(method_name_index));
1064 size_t method_name_index = method_names.IndexOf(m->GetName()); in GetRecentAllocations() local1067 Append2BE(bytes, method_name_index); in GetRecentAllocations()