Lines Matching refs:p_ps_prochandle

181   jlong p_ps_prochandle;
182 p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
183 if (p_ps_prochandle != 0L) {
184 Prelease((struct ps_prochandle*) p_ps_prochandle, PRELEASE_CLEAR);
903 jlong p_ps_prochandle;
904 p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
906 ps_pdmodel((struct ps_prochandle*) p_ps_prochandle, &data_model);
924 jlong p_ps_prochandle;
925 p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
927 struct ps_prochandle* prochandle = (struct ps_prochandle*) p_ps_prochandle;
1012 jlong p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
1034 Pstack_iter((struct ps_prochandle*) p_ps_prochandle, gregs,
1042 Pstack_iter((struct ps_prochandle*) p_ps_prochandle, gregs,
1045 Pstack_iter((struct ps_prochandle*) p_ps_prochandle, gregs,
1065 jlong p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
1066 Pobject_iter((struct ps_prochandle*) p_ps_prochandle, fill_load_object_list, &dbgo);
1084 jlong p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
1085 ps_err_e ret = ps_pread((struct ps_prochandle*) p_ps_prochandle,
1149 jlong p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
1154 if (ps_pwrite((struct ps_prochandle*) p_ps_prochandle, address, ptr, numBytes) != PS_OK) {
1169 jlong p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
1171 Pstop((struct ps_prochandle*) p_ps_prochandle, 1000);
1181 jlong p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
1183 Psetrun((struct ps_prochandle*) p_ps_prochandle, 0, PRCFAULT|PRSTOP);
1194 jlong p_ps_prochandle;
1195 p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
1210 ps_pglobal_lookup((struct ps_prochandle*) p_ps_prochandle, objectName_cstr,
1232 jlong p_ps_prochandle;
1233 p_ps_prochandle = env->GetLongField(this_obj, p_ps_prochandle_ID);
1237 int res = Plookup_by_addr((struct ps_prochandle*) p_ps_prochandle, (uintptr_t) address,
1392 p_ps_prochandle_ID = env->GetFieldID(clazz, "p_ps_prochandle", "J");