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