Lines Matching refs:get
38 jmethodID targetMethod = env->GetStaticMethodID(klass.get(), function, "()V"); in doUpPrintCall()
39 env->CallStaticVoidMethod(klass.get(), targetMethod); in doUpPrintCall()
63 ScopedLocalRef<jobject> method_obj(env, env->ToReflectedMethod(method_class.get(), m, false)); in doJvmtiMethodBind()
67 env->ThrowNew(exception_class.get(), "dladdr failure!"); in doJvmtiMethodBind()
73 klass.get(), in doJvmtiMethodBind()
81 env->CallStaticObjectMethod(klass.get(), in doJvmtiMethodBind()
83 method_obj.get(), in doJvmtiMethodBind()
84 sym_name.get()))); in doJvmtiMethodBind()
85 const char* new_symbol_chars = env->GetStringUTFChars(new_symbol.get(), nullptr); in doJvmtiMethodBind()
90 env->ThrowNew(exception_class.get(), "dlsym failure!"); in doJvmtiMethodBind()
94 env->ReleaseStringUTFChars(new_symbol.get(), new_symbol_chars); in doJvmtiMethodBind()