Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_test_helper.h174 size_t method_name_index = (method_index / num_shared_ids) / num_shared_ids; variable
178 builder.AddMethod(class_descriptor, signature, "m" + std::to_string(method_name_index));
/aosp12/art/runtime/
H A Ddebugger.cc1069 size_t method_name_index = method_names.IndexOf(m->GetName()); in GetRecentAllocations() local
1072 Append2BE(bytes, method_name_index); in GetRecentAllocations()