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

/openjdk7/hotspot/src/cpu/zero/vm/
H A Dstack_zero.inline.hpp33 inline void ZeroStack::overflow_check(int required_words, TRAPS) { argument
35 if (available_words() < required_words) {
H A DinterpreterRT_zero.cpp150 int required_words = variable
154 stack->overflow_check(required_words, CHECK_NULL);
156 intptr_t *buf = (intptr_t *) stack->alloc(required_words * wordSize);
H A Dstack_zero.hpp105 void overflow_check(int required_words, TRAPS);

Completed in 102 milliseconds