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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp179 void prefetchr (LIR_Opr src);
H A Dc1_LIRAssembler.cpp509 prefetchr(op->in_opr());
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1344 void LIR_Assembler::prefetchr(LIR_Opr src) { function in class:LIR_Assembler
1360 __ prefetchr(from_addr);
H A Dassembler_x86.hpp1443 void prefetchr(Address src);
H A Dassembler_x86.cpp2357 void Assembler::prefetchr(Address src) { function in class:Assembler
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1406 void LIR_Assembler::prefetchr(LIR_Opr src) { function in class:LIR_Assembler

Completed in 100 milliseconds