Searched refs:functionObjGlobal (Results 1 – 1 of 1) sorted by relevance
208 ScopedLocalRef<jobject> functionObj(env, env->NewLocalRef(functionObjGlobal)); in sqliteCustomScalarFunctionCallback()231 jobject functionObjGlobal = reinterpret_cast<jobject>(data); in sqliteCustomScalarFunctionDestructor() local234 env->DeleteGlobalRef(functionObjGlobal); in sqliteCustomScalarFunctionDestructor()241 jobject functionObjGlobal = env->NewGlobalRef(functionObj); in nativeRegisterCustomScalarFunction() local245 reinterpret_cast<void*>(functionObjGlobal), in nativeRegisterCustomScalarFunction()253 env->DeleteGlobalRef(functionObjGlobal); in nativeRegisterCustomScalarFunction()325 jobject functionObjGlobal = reinterpret_cast<jobject>(data); in sqliteCustomAggregateFunctionDestructor() local328 env->DeleteGlobalRef(functionObjGlobal); in sqliteCustomAggregateFunctionDestructor()335 jobject functionObjGlobal = env->NewGlobalRef(functionObj); in nativeRegisterCustomAggregateFunction() local339 reinterpret_cast<void*>(functionObjGlobal), in nativeRegisterCustomAggregateFunction()[all …]