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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp348 void verify_input(JVMState* jvms, uint idx) const { function in class:SafePointNode
358 verify_input(jvms, jvms->locoff() + idx);
362 verify_input(jvms, jvms->stkoff() + idx);
366 verify_input(jvms, jvms->argoff() + idx);

Completed in 34 milliseconds