HomeSort by relevance Sort by last modified time
    Searched full:sig_cstr (Results 1 - 1 of 1) sorted by null

  /art/test/ti-agent/
jni_binder.cc 84 char* sig_cstr; local
85 jvmtiError name_result = jvmti_env->GetMethodName(method, &name_cstr, &sig_cstr, nullptr);
88 CHECK(sig_cstr != nullptr);
90 signature = sig_cstr;
100 CheckJvmtiError(jvmti_env, Deallocate(jvmti_env, sig_cstr));

Completed in 65 milliseconds