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

/macosx-10.9.5/libauto-185.5/
H A DZoneCollectors.cpp153 void scan(Zone *zone, void *stack_bottom, CollectionTimer &timer) { argument
156 PartialReferenceIterator scanner(zone, *this, stack, stack_bottom, should_enliven, zone->repair_write_barrier());
176 void scan(Zone *zone, void *stack_bottom, CollectionTimer &timer) { argument
179 FullReferenceIterator scanner(zone, *this, stack, stack_bottom, should_enliven, dont_repair);
H A DThread.cpp366 void Thread::scan_current_thread(thread_scanner_t scanner, void *stack_bottom) { argument
375 range.set_range(stack_bottom, _stack_base);
392 void Thread::scan_current_thread(void (*scanner) (Thread*, const Range&, void*), void *arg, void *stack_bottom) { argument
394 scan_current_thread(^(Thread *thread, const Range &range) { scanner(thread, range, arg); }, stack_bottom);
397 scan_current_thread(helper, stack_bottom);
H A DThread.h438 void scan_current_thread(thread_scanner_t scanner, void *stack_bottom);
439 void scan_current_thread(void (*scanner) (Thread*, const Range&, void*), void *arg, void *stack_bottom);
H A Dauto_gdb_interface.cpp106 GDBReferenceRecorder(Zone *zone, void *block, void *stack_bottom) : _zone(zone), _block(block), _stack_bottom(stack_bottom) {} argument
277 GDBRootFinder(Zone *zone, void *block, void* stack_bottom) : _zone(zone), _blockNode(new Node(block)), _stack_bottom(stack_bottom) { argument
H A DReferenceIterator.h180 ReferenceIterator(Zone *zone, ReferenceVisitor &visitor, PendingStack &stack, void *stack_bottom, argument
182 : _zone(zone), _visitor(visitor), _pending_stack(stack), _stack_bottom(stack_bottom),
H A Dauto_zone.cpp114 vm_address_t stack_bottom = auto_get_sp(); local
123 zone->collect((bool)generational, (void *)stack_bottom, timer);
1415 void *stack_bottom, void *ctx)
1413 auto_enumerate_references(auto_zone_t *zone, void *referent, auto_reference_recorder_t callback, void *stack_bottom, void *ctx) argument
H A Dauto_zone.h603 void *stack_bottom, void *ctx)
H A DZoneCompaction.cpp393 void scan(void *stack_bottom) { argument
395 CompactingReferenceIterator scanner(_zone, *this, stack, stack_bottom, false, false);
/macosx-10.9.5/emacs-92/emacs/src/
H A Demacs.c203 char *stack_bottom; variable
1013 stack_bottom = &stack_bottom_variable;
H A Dalloc.c5140 i = &stack_top_variable - stack_bottom;
5150 if ((EMACS_INT) (&stack_top_variable - stack_bottom) > 0)
5151 bcopy (stack_bottom, stack_copy, i);
H A Dlisp.h1843 extern char *stack_bottom;

Completed in 366 milliseconds