Searched refs:this_offset (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1847 u2 this_offset = stackmap_table->get_offset(stackmap_index); local
1848 if (no_control_flow && this_offset > bci) {
1853 if (this_offset == bci) {
1859 current_frame, this_offset, stackmap_index,
1867 } else if (this_offset < bci) {
1868 // current_offset should have met this_offset.
1869 class_format_error("Bad stack map offset %d", this_offset);
/openjdk9/hotspot/src/share/vm/code/
H A Dnmethod.cpp1762 int this_offset = pcs[i].pc_offset(); local
1763 assert(this_offset > prev_offset, "offsets must be sorted");
1764 prev_offset = this_offset;
/openjdk9/hotspot/src/share/vm/opto/
H A Dmemnode.cpp1126 int this_offset = addr_t->offset(); local
1142 phi->as_Phi()->is_same_inst_field(this_type, (int)mem->_idx, this_iid, this_index, this_offset)) {
1418 int this_offset = t_oop->offset(); local
1425 Node* phi = new PhiNode(region, this_type, NULL, mem->_idx, this_iid, this_index, this_offset);

Completed in 67 milliseconds