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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp934 address instr_pc = jump->jump_destination(); variable
935 NativeInstruction* ni = nativeInstruction_at(instr_pc);
958 instr_pc, (stub_id == Runtime1::access_field_patching_id) ? "field" : "klass");
990 NativeGeneralJump* jump = nativeGeneralJump_at(instr_pc);
1014 nmethod* nm = CodeCache::find_nmethod(instr_pc);
1039 nmethod* nm = CodeCache::find_nmethod(instr_pc);
1053 n_copy2->set_pc_relative_offset((address)oop_addr, instr_pc);
1060 address dst = instr_pc + i;
1063 ICache::invalidate_range(instr_pc, *byte_count);
1064 NativeGeneralJump::replace_mt_safe(instr_pc, copy_buf
[all...]

Completed in 32 milliseconds