Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_test_helper.h178 size_t method_name_index = (method_index / num_shared_ids) / num_shared_ids; variable
182 builder.AddMethod(class_descriptor, signature, "m" + std::to_string(method_name_index));
/art/runtime/
Ddebugger.cc1064 size_t method_name_index = method_names.IndexOf(m->GetName()); in GetRecentAllocations() local
1067 Append2BE(bytes, method_name_index); in GetRecentAllocations()