Searched defs:this_offset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp1897 int this_offset = pcs[i].pc_offset(); local
1898 assert(this_offset > prev_offset, "offsets must be sorted");
1899 prev_offset = this_offset;
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp1107 int this_offset = addr_t->offset(); local
1113 phi->as_Phi()->is_same_inst_field(this_type, this_id, this_index, this_offset)) {
1343 int this_offset = addr_t->offset(); local
1346 Node *phi = new (igvn->C) PhiNode(region, this_type, NULL, this_iid, this_index, this_offset);

Completed in 54 milliseconds