Searched defs:func_name (Results 1 - 1 of 1) sorted by relevance

/art/compiler/jni/portable/
H A Djni_compiler.cc73 std::string func_name(StringPrintf("jni_%s",
75 CreateFunction(func_name);
255 func_name);
259 void JniCompiler::CreateFunction(const std::string& func_name) { argument
260 CHECK_NE(0U, func_name.size());
270 func_name, module_);

Completed in 132 milliseconds