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

/macosx-10.10.1/ruby-106/ruby/
H A Dcont.c120 static int machine_stack_cache_index = 0; variable
585 if (machine_stack_cache_index > 0) {
586 if (machine_stack_cache[machine_stack_cache_index - 1].size == (size / sizeof(VALUE))) {
587 ptr = machine_stack_cache[machine_stack_cache_index - 1].ptr;
588 machine_stack_cache_index--;
589 machine_stack_cache[machine_stack_cache_index].ptr = NULL;
590 machine_stack_cache[machine_stack_cache_index].size = 0;
1266 if (machine_stack_cache_index < MAX_MAHINE_STACK_CACHE) {
1267 machine_stack_cache[machine_stack_cache_index].ptr = terminated_machine_stack.ptr;
1268 machine_stack_cache[machine_stack_cache_index]
[all...]

Completed in 79 milliseconds