Searched defs:build_frame (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp58 void C1_MacroAssembler::build_frame(int frame_size_in_bytes) { function in class:C1_MacroAssembler
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp352 void C1_MacroAssembler::build_frame(int frame_size_in_bytes) { function in class:C1_MacroAssembler
390 // code is not generated (see build_frame() above).
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.cpp620 build_frame();
632 build_frame();
782 void LIR_Assembler::build_frame() { function in class:LIR_Assembler
783 _masm->build_frame(initial_frame_size_in_bytes());
H A Dc1_LIR.hpp1965 void build_frame() { append(new LIR_Op0(lir_build_frame)); } function in class:LIR_List

Completed in 104 milliseconds