Lines Matching refs:this

7  * published by the Free Software Foundation.  Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
15 * accompanied this code).
18 * 2 along with this work; if not, write to the Free Software Foundation,
787 return functions->GetVersion(this);
791 return functions->DefineClass(this, name, loader, buf, len);
794 return functions->FindClass(this, name);
797 return functions->FromReflectedMethod(this,method);
800 return functions->FromReflectedField(this,field);
804 return functions->ToReflectedMethod(this, cls, methodID, isStatic);
808 return functions->GetSuperclass(this, sub);
811 return functions->IsAssignableFrom(this, sub, sup);
815 return functions->ToReflectedField(this,cls,fieldID,isStatic);
819 return functions->Throw(this, obj);
822 return functions->ThrowNew(this, clazz, msg);
825 return functions->ExceptionOccurred(this);
828 functions->ExceptionDescribe(this);
831 functions->ExceptionClear(this);
834 functions->FatalError(this, msg);
838 return functions->PushLocalFrame(this,capacity);
841 return functions->PopLocalFrame(this,result);
845 return functions->NewGlobalRef(this,lobj);
848 functions->DeleteGlobalRef(this,gref);
851 functions->DeleteLocalRef(this, obj);
855 return functions->IsSameObject(this,obj1,obj2);
859 return functions->NewLocalRef(this,ref);
862 return functions->EnsureLocalCapacity(this,capacity);
866 return functions->AllocObject(this,clazz);
872 result = functions->NewObjectV(this,clazz,methodID,args);
878 return functions->NewObjectV(this,clazz,methodID,args);
882 return functions->NewObjectA(this,clazz,methodID,args);
886 return functions->GetObjectClass(this,obj);
889 return functions->IsInstanceOf(this,obj,clazz);
894 return functions->GetMethodID(this,clazz,name,sig);
901 result = functions->CallObjectMethodV(this,obj,methodID,args);
907 return functions->CallObjectMethodV(this,obj,methodID,args);
911 return functions->CallObjectMethodA(this,obj,methodID,args);
919 result = functions->CallBooleanMethodV(this,obj,methodID,args);
925 return functions->CallBooleanMethodV(this,obj,methodID,args);
929 return functions->CallBooleanMethodA(this,obj,methodID, args);
936 result = functions->CallByteMethodV(this,obj,methodID,args);
942 return functions->CallByteMethodV(this,obj,methodID,args);
946 return functions->CallByteMethodA(this,obj,methodID,args);
953 result = functions->CallCharMethodV(this,obj,methodID,args);
959 return functions->CallCharMethodV(this,obj,methodID,args);
963 return functions->CallCharMethodA(this,obj,methodID,args);
970 result = functions->CallShortMethodV(this,obj,methodID,args);
976 return functions->CallShortMethodV(this,obj,methodID,args);
980 return functions->CallShortMethodA(this,obj,methodID,args);
987 result = functions->CallIntMethodV(this,obj,methodID,args);
993 return functions->CallIntMethodV(this,obj,methodID,args);
997 return functions->CallIntMethodA(this,obj,methodID,args);
1004 result = functions->CallLongMethodV(this,obj,methodID,args);
1010 return functions->CallLongMethodV(this,obj,methodID,args);
1014 return functions->CallLongMethodA(this,obj,methodID,args);
1021 result = functions->CallFloatMethodV(this,obj,methodID,args);
1027 return functions->CallFloatMethodV(this,obj,methodID,args);
1031 return functions->CallFloatMethodA(this,obj,methodID,args);
1038 result = functions->CallDoubleMethodV(this,obj,methodID,args);
1044 return functions->CallDoubleMethodV(this,obj,methodID,args);
1048 return functions->CallDoubleMethodA(this,obj,methodID,args);
1054 functions->CallVoidMethodV(this,obj,methodID,args);
1059 functions->CallVoidMethodV(this,obj,methodID,args);
1063 functions->CallVoidMethodA(this,obj,methodID,args);
1071 result = functions->CallNonvirtualObjectMethodV(this,obj,clazz,
1078 return functions->CallNonvirtualObjectMethodV(this,obj,clazz,
1083 return functions->CallNonvirtualObjectMethodA(this,obj,clazz,
1092 result = functions->CallNonvirtualBooleanMethodV(this,obj,clazz,
1099 return functions->CallNonvirtualBooleanMethodV(this,obj,clazz,
1104 return functions->CallNonvirtualBooleanMethodA(this,obj,clazz,
1113 result = functions->CallNonvirtualByteMethodV(this,obj,clazz,
1120 return functions->CallNonvirtualByteMethodV(this,obj,clazz,
1125 return functions->CallNonvirtualByteMethodA(this,obj,clazz,
1134 result = functions->CallNonvirtualCharMethodV(this,obj,clazz,
1141 return functions->CallNonvirtualCharMethodV(this,obj,clazz,
1146 return functions->CallNonvirtualCharMethodA(this,obj,clazz,
1155 result = functions->CallNonvirtualShortMethodV(this,obj,clazz,
1162 return functions->CallNonvirtualShortMethodV(this,obj,clazz,
1167 return functions->CallNonvirtualShortMethodA(this,obj,clazz,
1176 result = functions->CallNonvirtualIntMethodV(this,obj,clazz,
1183 return functions->CallNonvirtualIntMethodV(this,obj,clazz,
1188 return functions->CallNonvirtualIntMethodA(this,obj,clazz,
1197 result = functions->CallNonvirtualLongMethodV(this,obj,clazz,
1204 return functions->CallNonvirtualLongMethodV(this,obj,clazz,
1209 return functions->CallNonvirtualLongMethodA(this,obj,clazz,
1218 result = functions->CallNonvirtualFloatMethodV(this,obj,clazz,
1226 return functions->CallNonvirtualFloatMethodV(this,obj,clazz,
1232 return functions->CallNonvirtualFloatMethodA(this,obj,clazz,
1241 result = functions->CallNonvirtualDoubleMethodV(this,obj,clazz,
1249 return functions->CallNonvirtualDoubleMethodV(this,obj,clazz,
1255 return functions->CallNonvirtualDoubleMethodA(this,obj,clazz,
1263 functions->CallNonvirtualVoidMethodV(this,obj,clazz,methodID,args);
1269 functions->CallNonvirtualVoidMethodV(this,obj,clazz,methodID,args);
1274 functions->CallNonvirtualVoidMethodA(this,obj,clazz,methodID,args);
1279 return functions->GetFieldID(this,clazz,name,sig);
1283 return functions->GetObjectField(this,obj,fieldID);
1286 return functions->GetBooleanField(this,obj,fieldID);
1289 return functions->GetByteField(this,obj,fieldID);
1292 return functions->GetCharField(this,obj,fieldID);
1295 return functions->GetShortField(this,obj,fieldID);
1298 return functions->GetIntField(this,obj,fieldID);
1301 return functions->GetLongField(this,obj,fieldID);
1304 return functions->GetFloatField(this,obj,fieldID);
1307 return functions->GetDoubleField(this,obj,fieldID);
1311 functions->SetObjectField(this,obj,fieldID,val);
1315 functions->SetBooleanField(this,obj,fieldID,val);
1319 functions->SetByteField(this,obj,fieldID,val);
1323 functions->SetCharField(this,obj,fieldID,val);
1327 functions->SetShortField(this,obj,fieldID,val);
1331 functions->SetIntField(this,obj,fieldID,val);
1335 functions->SetLongField(this,obj,fieldID,val);
1339 functions->SetFloatField(this,obj,fieldID,val);
1343 functions->SetDoubleField(this,obj,fieldID,val);
1348 return functions->GetStaticMethodID(this,clazz,name,sig);
1356 result = functions->CallStaticObjectMethodV(this,clazz,methodID,args);
1362 return functions->CallStaticObjectMethodV(this,clazz,methodID,args);
1366 return functions->CallStaticObjectMethodA(this,clazz,methodID,args);
1374 result = functions->CallStaticBooleanMethodV(this,clazz,methodID,args);
1380 return functions->CallStaticBooleanMethodV(this,clazz,methodID,args);
1384 return functions->CallStaticBooleanMethodA(this,clazz,methodID,args);
1392 result = functions->CallStaticByteMethodV(this,clazz,methodID,args);
1398 return functions->CallStaticByteMethodV(this,clazz,methodID,args);
1402 return functions->CallStaticByteMethodA(this,clazz,methodID,args);
1410 result = functions->CallStaticCharMethodV(this,clazz,methodID,args);
1416 return functions->CallStaticCharMethodV(this,clazz,methodID,args);
1420 return functions->CallStaticCharMethodA(this,clazz,methodID,args);
1428 result = functions->CallStaticShortMethodV(this,clazz,methodID,args);
1434 return functions->CallStaticShortMethodV(this,clazz,methodID,args);
1438 return functions->CallStaticShortMethodA(this,clazz,methodID,args);
1446 result = functions->CallStaticIntMethodV(this,clazz,methodID,args);
1452 return functions->CallStaticIntMethodV(this,clazz,methodID,args);
1456 return functions->CallStaticIntMethodA(this,clazz,methodID,args);
1464 result = functions->CallStaticLongMethodV(this,clazz,methodID,args);
1470 return functions->CallStaticLongMethodV(this,clazz,methodID,args);
1474 return functions->CallStaticLongMethodA(this,clazz,methodID,args);
1482 result = functions->CallStaticFloatMethodV(this,clazz,methodID,args);
1488 return functions->CallStaticFloatMethodV(this,clazz,methodID,args);
1492 return functions->CallStaticFloatMethodA(this,clazz,methodID,args);
1500 result = functions->CallStaticDoubleMethodV(this,clazz,methodID,args);
1506 return functions->CallStaticDoubleMethodV(this,clazz,methodID,args);
1510 return functions->CallStaticDoubleMethodA(this,clazz,methodID,args);
1516 functions->CallStaticVoidMethodV(this,cls,methodID,args);
1521 functions->CallStaticVoidMethodV(this,cls,methodID,args);
1525 functions->CallStaticVoidMethodA(this,cls,methodID,args);
1530 return functions->GetStaticFieldID(this,clazz,name,sig);
1533 return functions->GetStaticObjectField(this,clazz,fieldID);
1536 return functions->GetStaticBooleanField(this,clazz,fieldID);
1539 return functions->GetStaticByteField(this,clazz,fieldID);
1542 return functions->GetStaticCharField(this,clazz,fieldID);
1545 return functions->GetStaticShortField(this,clazz,fieldID);
1548 return functions->GetStaticIntField(this,clazz,fieldID);
1551 return functions->GetStaticLongField(this,clazz,fieldID);
1554 return functions->GetStaticFloatField(this,clazz,fieldID);
1557 return functions->GetStaticDoubleField(this,clazz,fieldID);
1562 functions->SetStaticObjectField(this,clazz,fieldID,value);
1566 functions->SetStaticBooleanField(this,clazz,fieldID,value);
1570 functions->SetStaticByteField(this,clazz,fieldID,value);
1574 functions->SetStaticCharField(this,clazz,fieldID,value);
1578 functions->SetStaticShortField(this,clazz,fieldID,value);
1582 functions->SetStaticIntField(this,clazz,fieldID,value);
1586 functions->SetStaticLongField(this,clazz,fieldID,value);
1590 functions->SetStaticFloatField(this,clazz,fieldID,value);
1594 functions->SetStaticDoubleField(this,clazz,fieldID,value);
1598 return functions->NewString(this,unicode,len);
1601 return functions->GetStringLength(this,str);
1604 return functions->GetStringChars(this,str,isCopy);
1607 functions->ReleaseStringChars(this,str,chars);
1611 return functions->NewStringUTF(this,utf);
1614 return functions->GetStringUTFLength(this,str);
1617 return functions->GetStringUTFChars(this,str,isCopy);
1620 functions->ReleaseStringUTFChars(this,str,chars);
1624 return functions->GetArrayLength(this,array);
1629 return functions->NewObjectArray(this,len,clazz,init);
1632 return functions->GetObjectArrayElement(this,array,index);
1636 functions->SetObjectArrayElement(this,array,index,val);
1640 return functions->NewBooleanArray(this,len);
1643 return functions->NewByteArray(this,len);
1646 return functions->NewCharArray(this,len);
1649 return functions->NewShortArray(this,len);
1652 return functions->NewIntArray(this,len);
1655 return functions->NewLongArray(this,len);
1658 return functions->NewFloatArray(this,len);
1661 return functions->NewDoubleArray(this,len);
1665 return functions->GetBooleanArrayElements(this,array,isCopy);
1668 return functions->GetByteArrayElements(this,array,isCopy);
1671 return functions->GetCharArrayElements(this,array,isCopy);
1674 return functions->GetShortArrayElements(this,array,isCopy);
1677 return functions->GetIntArrayElements(this,array,isCopy);
1680 return functions->GetLongArrayElements(this,array,isCopy);
1683 return functions->GetFloatArrayElements(this,array,isCopy);
1686 return functions->GetDoubleArrayElements(this,array,isCopy);
1692 functions->ReleaseBooleanArrayElements(this,array,elems,mode);
1697 functions->ReleaseByteArrayElements(this,array,elems,mode);
1702 functions->ReleaseCharArrayElements(this,array,elems,mode);
1707 functions->ReleaseShortArrayElements(this,array,elems,mode);
1712 functions->ReleaseIntArrayElements(this,array,elems,mode);
1717 functions->ReleaseLongArrayElements(this,array,elems,mode);
1722 functions->ReleaseFloatArrayElements(this,array,elems,mode);
1727 functions->ReleaseDoubleArrayElements(this,array,elems,mode);
1732 functions->GetBooleanArrayRegion(this,array,start,len,buf);
1736 functions->GetByteArrayRegion(this,array,start,len,buf);
1740 functions->GetCharArrayRegion(this,array,start,len,buf);
1744 functions->GetShortArrayRegion(this,array,start,len,buf);
1748 functions->GetIntArrayRegion(this,array,start,len,buf);
1752 functions->GetLongArrayRegion(this,array,start,len,buf);
1756 functions->GetFloatArrayRegion(this,array,start,len,buf);
1760 functions->GetDoubleArrayRegion(this,array,start,len,buf);
1765 functions->SetBooleanArrayRegion(this,array,start,len,buf);
1769 functions->SetByteArrayRegion(this,array,start,len,buf);
1773 functions->SetCharArrayRegion(this,array,start,len,buf);
1777 functions->SetShortArrayRegion(this,array,start,len,buf);
1781 functions->SetIntArrayRegion(this,array,start,len,buf);
1785 functions->SetLongArrayRegion(this,array,start,len,buf);
1789 functions->SetFloatArrayRegion(this,array,start,len,buf);
1793 functions->SetDoubleArrayRegion(this,array,start,len,buf);
1798 return functions->RegisterNatives(this,clazz,methods,nMethods);
1801 return functions->UnregisterNatives(this,clazz);
1805 return functions->MonitorEnter(this,obj);
1808 return functions->MonitorExit(this,obj);
1812 return functions->GetJavaVM(this,vm);
1816 functions->GetStringRegion(this,str,start,len,buf);
1819 functions->GetStringUTFRegion(this,str,start,len,buf);
1823 return functions->GetPrimitiveArrayCritical(this,array,isCopy);
1826 functions->ReleasePrimitiveArrayCritical(this,array,carray,mode);
1830 return functions->GetStringCritical(this,string,isCopy);
1833 functions->ReleaseStringCritical(this,string,cstring);
1837 return functions->NewWeakGlobalRef(this,obj);
1840 functions->DeleteWeakGlobalRef(this,ref);
1844 return functions->ExceptionCheck(this);
1848 return functions->NewDirectByteBuffer(this, address, capacity);
1851 return functions->GetDirectBufferAddress(this, buf);
1854 return functions->GetDirectBufferCapacity(this, buf);
1857 return functions->GetObjectRefType(this, obj);
1911 return functions->DestroyJavaVM(this);
1914 return functions->AttachCurrentThread(this, penv, args);
1917 return functions->DetachCurrentThread(this);
1921 return functions->GetEnv(this, penv, version);
1924 return functions->AttachCurrentThreadAsDaemon(this, penv, args);