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

/macosx-10.9.5/ruby-104/ruby/
H A Dcont.c100 VALUE *machine_stack; member in struct:rb_context_struct
189 if (cont->machine_stack) {
192 rb_gc_mark_locations(cont->machine_stack,
193 cont->machine_stack + cont->machine_stack_size);
201 rb_gc_mark_locations(cont->machine_stack,
202 cont->machine_stack + cont->machine_stack_size);
226 RUBY_FREE_UNLESS_NULL(cont->machine_stack);
256 RUBY_FREE_UNLESS_NULL(cont->machine_stack);
285 if (cont->machine_stack) {
286 size += cont->machine_stack_size * sizeof(*cont->machine_stack);
[all...]

Completed in 80 milliseconds