Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_info_writer.h45 static std::vector<const char*> GetParamNames(const MethodDebugInfo* mi) { in GetParamNames() function
203 std::vector<const char*> param_names = GetParamNames(mi); in Write()