Searched refs:has_argument (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.hpp125 static OopMapSet* generate_exception_throw(StubAssembler* sasm, address target, bool has_argument);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp275 OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) { argument
279 if (!has_argument) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp609 // has_argument: true if the exception needs an argument (passed on stack because registers must be preserved)
611 OopMapSet* Runtime1::generate_exception_throw(StubAssembler* sasm, address target, bool has_argument) { argument
613 int num_rt_args = has_argument ? 2 : 1;
624 if (has_argument) {

Completed in 159 milliseconds