Home
last modified time | relevance | path

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

/art/test/ti-agent/
Djni_binder.cc104 for (const std::string& mangled_name : mangled_names) { in BindMethod() local
105 if (mangled_name.empty()) { in BindMethod()
108 void* sym = dlsym(RTLD_DEFAULT, mangled_name.c_str()); in BindMethod()