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

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp330 relocate(Relocation::spec_simple(rtype), format);
H A DcodeBuffer.hpp212 relocate(at, Relocation::spec_simple(rtype), format);
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp696 static RelocationHolder spec_simple(relocInfo::relocType rtype);
H A DrelocInfo.cpp466 RelocationHolder Relocation::spec_simple(relocInfo::relocType rtype) { function in class:Relocation
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp59 rspec = Relocation::spec_simple(relocInfo::oop_type);
308 jmpl( L6, -1, L7, Relocation::spec_simple(relocInfo::none));
450 sethi( 0xaaaaaaaa, I3, Relocation::spec_simple(relocInfo::none));
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp82 _rspec = Relocation::spec_simple(rtype);
122 _rspec = Relocation::spec_simple(rtype);
160 rspec = Relocation::spec_simple(relocInfo::oop_type);
184 else emit_data(data, Relocation::spec_simple(rtype), format);
4461 emit_data64(data, Relocation::spec_simple(rtype), format);

Completed in 95 milliseconds