Searched refs:CallIntMethod (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/gif/
H A Dgifdecoder.c236 (*env)->CallIntMethod(env, this, sendID,
250 len = (*env)->CallIntMethod(env, this, readID,
325 if ((*env)->CallIntMethod(env, this, readID,
421 count = (*env)->CallIntMethod(env, this, sendID,
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintControl.cpp697 pd.nCopies = (WORD)env->CallIntMethod(printCtrl,
699 pd.nFromPage = (WORD)env->CallIntMethod(printCtrl,
701 pd.nToPage = (WORD)env->CallIntMethod(printCtrl,
703 pd.nMinPage = (WORD)env->CallIntMethod(printCtrl,
705 jint maxPage = env->CallIntMethod(printCtrl,
714 jint selectType = env->CallIntMethod(printCtrl,
737 jint orient = env->CallIntMethod(printCtrl,
748 int quality = env->CallIntMethod(printCtrl,
754 int color = env->CallIntMethod(printCtrl,
760 int sides = env->CallIntMethod(printCtr
[all...]
H A Dawt_MenuBar.cpp145 jint nCount = env->CallIntMethod(menuBar, AwtMenuBar::getMenuCountMID);
H A Dawt_Menu.cpp194 jint nCount = env->CallIntMethod(target, AwtMenu::countItemsMID);
H A Dawt_DnDDT.cpp1173 return env->CallIntMethod(self, dTCenter, component, x, y, dropAction,
1192 return env->CallIntMethod(self, dTCmotion, component, x, y,
H A Dawt_Frame.cpp234 jint state = env->CallIntMethod(self, AwtFrame::getExtendedStateMID);
H A Dawt_PrintJob.cpp3284 jint copies = env->CallIntMethod(printerJob, getCopiesID);
3334 return env->CallIntMethod(page, getOrientID);
H A Dawt_Component.cpp4350 jint height = env->CallIntMethod(fontMetrics, AwtFont::getHeightMID);
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.cpp138 LEGlyphID id = (LEGlyphID)env->CallIntMethod(font2D, sunFontIDs.f2dCharToGlyphMID, (jint)mappedChar);
144 LEGlyphID id = (LEGlyphID)env->CallIntMethod(font2D, sunFontIDs.f2dCharToGlyphMID, ch);
192 return (LEGlyphID)env->CallIntMethod(font2D, sunFontIDs.charToGlyphMID,
H A DfreetypeScaler.c187 bread = (*env)->CallIntMethod(env,
234 bread = (*env)->CallIntMethod(env, scalerInfo->font2D,
/openjdk7/jdk/src/share/native/sun/tracing/dtrace/
H A DJVM.c114 attrs->nameStability = (*env)->CallIntMethod(env, result, enc); CHECK
122 attrs->dataStability = (*env)->CallIntMethod(env, result, enc); CHECK
130 attrs->dependencyClass = (*env)->CallIntMethod(env, result, enc); CHECK
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpegdecoder.c290 ret = (*env)->CallIntMethod(env, src->hInputStream, InputStream_readID,
326 ret = (*env)->CallIntMethod(env, src->hInputStream,
350 ret = (*env)->CallIntMethod(env, src->hInputStream, InputStream_readID,
424 ret = (*env)->CallIntMethod(env, src->hInputStream,
H A DimageioJPEG.c924 ret = (*env)->CallIntMethod(env,
1015 ret = (*env)->CallIntMethod(env, sb->stream,
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DGraphicsPrimitiveMgr.c470 rgb = (*env)->CallIntMethod(env, color, getRgbID);
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c1341 qop = (gss_qop_t) (*env)->CallIntMethod(env, jprop, MID_MessageProp_getQOP);
1392 (*env)->CallIntMethod(env, jprop, MID_MessageProp_getQOP);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c871 jValue = (*env)->CallIntMethod(env, jObject, jValueMethod);
/openjdk7/hotspot/src/share/tools/launcher/
H A Djava.c586 mods = (*env)->CallIntMethod(env, obj, mid);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h327 jint (JNICALL *CallIntMethod) member in struct:JNINativeInterface_
983 jint CallIntMethod(jobject obj, jmethodID methodID, ...) { function in struct:JNIEnv_
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h327 jint (JNICALL *CallIntMethod) member in struct:JNINativeInterface_
983 jint CallIntMethod(jobject obj, jmethodID methodID, ...) { function in struct:JNIEnv_

Completed in 135 milliseconds