Home
last modified time | relevance | path

Searched refs:jstatus (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/rocksjni/
Dtrace_writer_jnicallback.cc45 jshort jstatus = env->CallShortMethod(m_jcallback_obj, in Write() local
57 jbyte jcode_value = (jstatus >> 8) & 0xFF; in Write()
58 jbyte jsub_code_value = jstatus & 0xFF; in Write()
73 jshort jstatus = env->CallShortMethod(m_jcallback_obj, in Close() local
84 jbyte code_value = (jstatus >> 8) & 0xFF; in Close()
85 jbyte sub_code_value = jstatus & 0xFF; in Close()
Dportal.h422 jobject jstatus = in construct() local
437 return jstatus; in construct()
788 if(jstatus == nullptr) { in ThrowNew()
797 if(jstatus != nullptr) { in ThrowNew()
812 if(jstatus != nullptr) { in ThrowNew()
821 if(jstatus != nullptr) { in ThrowNew()
875 if(jstatus == nullptr) { in ThrowNew()
887 if(jstatus != nullptr) { in ThrowNew()
905 if(jstatus != nullptr) { in ThrowNew()
917 if(jstatus != nullptr) { in ThrowNew()
[all …]