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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.inline.hpp677 intptr_t thepc = (intptr_t)pc() + 2*BytesPerInstWord + bytes_to_skip; local
681 Assembler::sethi( thepc & ~0x3ff, reg, internal_word_Relocation::spec((address)thepc));
682 Assembler::add(reg,thepc & 0x3ff, reg, internal_word_Relocation::spec((address)thepc));
684 return thepc;
H A DsharedRuntime_sparc.cpp2346 intptr_t thepc = (intptr_t) __ pc(); local
2354 intptr_t thepc = __ load_pc_address(O7, 0); local
2358 oop_maps->add_gc_map(thepc - start, map);

Completed in 41 milliseconds