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

/openjdk10/hotspot/src/cpu/sparc/vm/
H A Druntime_sparc.cpp80 int framesize_in_bytes = __ total_frame_size_in_bytes(0);
H A Dc1_Runtime1_sparc.cpp154 assert(frame_size_in_bytes == __ total_frame_size_in_bytes(reg_save_size_in_words),
182 assert(frame_size_in_bytes == __ total_frame_size_in_bytes(reg_save_size_in_words),
273 // this should match assembler::total_frame_size_in_bytes, which
H A DmacroAssembler_sparc.hpp1166 int total_frame_size_in_bytes(int extraWords);
H A DmacroAssembler_sparc.cpp892 int MacroAssembler::total_frame_size_in_bytes(int extraWords) { function in class:MacroAssembler
908 int delta = -total_frame_size_in_bytes(extraWords);
H A DsharedRuntime_sparc.cpp3075 _uncommon_trap_blob = UncommonTrapBlob::create(&buffer, NULL, __ total_frame_size_in_bytes(0)/wordSize);
H A DstubGenerator_sparc.cpp507 RuntimeStub* stub = RuntimeStub::new_runtime_stub(name, &code, frame_complete, masm->total_frame_size_in_bytes(0), NULL, false);

Completed in 102 milliseconds