Lines Matching defs:jvms

852   JVMState* youngest_jvms = sfn->jvms();
862 JVMState* jvms = youngest_jvms->of_depth(depth);
864 ciMethod* method = jvms->has_method() ? jvms->method() : NULL;
867 int num_locs = (method == NULL) ? 0 : jvms->loc_size();
868 int num_exps = (method == NULL) ? 0 : jvms->stk_size();
869 int num_mon = jvms->nof_monitors();
870 assert(method == NULL || jvms->bci() < 0 || num_locs == method->max_locals(),
878 FillLocArray( idx, sfn, sfn->local(jvms, idx), locarray, objs );
884 FillLocArray( idx, sfn, sfn->stack(jvms, idx), exparray, objs );
901 Node* box_node = sfn->monitor_box(jvms, idx);
902 Node* obj_node = sfn->monitor_obj(jvms, idx);
955 assert(jvms->bci() >= InvocationEntryBci && jvms->bci() <= 0x10000, "must be a valid or entry BCI");
956 assert(!jvms->should_reexecute() || depth == max_depth, "reexecute allowed only for the youngest");
958 debug_info()->describe_scope(safepoint_pc_offset, scope_method, jvms->bci(), jvms->should_reexecute(), is_method_handle_invoke, return_oop, locvals, expvals, monvals);
959 } // End jvms loop
986 if (nn == NULL || nn->jvms() == NULL) return;
988 _pending_jvms->same_calls_as(nn->jvms())) {
999 _pending_jvms = nn->jvms();
1006 void observe_safepoint(JVMState* jvms, int pc_offset) {
1008 !_pending_jvms->same_calls_as(jvms) &&
1038 JVMState* jvms = youngest_jvms->of_depth(depth);
1039 ciMethod* method = jvms->has_method() ? jvms->method() : NULL;
1040 assert(!jvms->should_reexecute() || depth==max_depth, "reexecute allowed only for the youngest");
1041 debug_info->describe_scope(pc_offset, method, jvms->bci(), jvms->should_reexecute());
1359 if (sfn->jvms()->method() == NULL) {
1368 non_safepoints.observe_safepoint(mach->as_MachSafePoint()->jvms(),
1536 if (!mach->is_MachCall() && mach->as_MachSafePoint()->jvms()->method() == NULL) {
1546 non_safepoints.observe_safepoint(mach->as_MachSafePoint()->jvms(),
2860 if( n->jvms() ) { // Precedence edge from derived to safept