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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp630 void CppInterpreter::remove_vmslots(int first_slot, int num_slots, TRAPS) { argument
636 for (int i = first_slot - 1; i >= 0; i--)

Completed in 1119 milliseconds