Home
last modified time | relevance | path

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

/art/test/ti-agent/
Djni_binder.cc81 std::string mangled_names[2]; in BindMethod() local
96 mangled_names[0] = GetJniShortName(klass_name, name); in BindMethod()
104 for (const std::string& mangled_name : mangled_names) { in BindMethod()
123 LOG(FATAL) << "Could not find " << mangled_names[0]; in BindMethod()