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

/openjdk7/hotspot/src/cpu/zero/vm/
H A Dassembler_zero.cpp79 code_section()->relocate(pc(), oop_Relocation::spec_for_immediate());
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp935 static RelocationHolder spec_for_immediate() { function in class:oop_Relocation
1128 static RelocationHolder spec_for_immediate() { function in class:external_word_Relocation
1176 static RelocationHolder spec_for_immediate() { function in class:internal_word_Relocation
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp5741 cmp_literal32(src1, (int32_t)obj, oop_Relocation::spec_for_immediate());
5745 cmp_literal32(src1, (int32_t)obj, oop_Relocation::spec_for_immediate());
5914 mov_literal32(dst, (int32_t)obj, oop_Relocation::spec_for_immediate());
5918 mov_literal32(dst, (int32_t)obj, oop_Relocation::spec_for_immediate());
5969 push_literal32((int32_t)obj, oop_Relocation::spec_for_immediate());
6440 mov_literal64(dst, (intptr_t)obj, oop_Relocation::spec_for_immediate());
6444 mov_literal64(rscratch1, (intptr_t)obj, oop_Relocation::spec_for_immediate());

Completed in 73 milliseconds