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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp124 static OopMapSet* generate_code_for(StubID id, StubAssembler* sasm);
H A Dc1_Runtime1.cpp190 oop_maps = generate_code_for(id, sasm);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp355 OopMapSet* Runtime1::generate_code_for(StubID id, StubAssembler* sasm) { function in class:Runtime1
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp981 OopMapSet* Runtime1::generate_code_for(StubID id, StubAssembler* sasm) { function in class:Runtime1

Completed in 593 milliseconds