Searched refs:expected_arguments (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp429 void do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x);
H A Dc1_LIRGenerator.cpp2879 void LIRGenerator::do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x) { argument
2880 assert(x->number_of_arguments() == expected_arguments, "wrong type");

Completed in 42 milliseconds