Searched refs:joperation_properties (Results 1 – 2 of 2) sorted by relevance
86 jlongArray joperation_properties) { in Java_org_rocksdb_ThreadStatus_interpretOperationProperties() argument89 const jsize len = env->GetArrayLength(joperation_properties); in Java_org_rocksdb_ThreadStatus_interpretOperationProperties()91 jlong* jop = env->GetLongArrayElements(joperation_properties, nullptr); in Java_org_rocksdb_ThreadStatus_interpretOperationProperties()99 env->ReleaseLongArrayElements(joperation_properties, jop, JNI_ABORT); in Java_org_rocksdb_ThreadStatus_interpretOperationProperties()
6665 jlongArray joperation_properties = in construct() local6667 if (joperation_properties == nullptr) { in construct()6673 jlong *body = env->GetLongArrayElements(joperation_properties, nullptr); in construct()6678 env->DeleteLocalRef(joperation_properties); in construct()6684 env->ReleaseLongArrayElements(joperation_properties, body, 0); in construct()6694 joperation_properties, in construct()6700 env->DeleteLocalRef(joperation_properties); in construct()6707 env->DeleteLocalRef(joperation_properties); in construct()