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

/openjdk7/hotspot/src/cpu/zero/vm/
H A Dstack_zero.inline.hpp33 inline void ZeroStack::overflow_check(int required_words, TRAPS) { function in class:ZeroStack
H A DinterpreterRT_zero.cpp154 stack->overflow_check(required_words, CHECK_NULL);
H A Dstack_zero.hpp105 void overflow_check(int required_words, TRAPS);
H A DstubGenerator_zero.cpp255 stack->overflow_check(header_words + parameter_words, CHECK_NULL);
H A DcppInterpreter_zero.cpp139 stack->overflow_check(monitor_words, THREAD);
272 stack->overflow_check(handler->argument_count() * 2, THREAD);
512 stack->overflow_check(1, CHECK_0);
621 stack->overflow_check(num_slots, CHECK);
680 stack->overflow_check(
893 stack->overflow_check(size_in_words, CHECK_NULL);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkRuntime.cpp249 stack->overflow_check(header_words, CHECK_NULL);

Completed in 47 milliseconds