Searched defs:stack_bottom (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/libauto-186/
H A DZoneCollectors.cpp153 void scan(Zone *zone, void *stack_bottom, CollectionTimer &timer) { argument
176 void scan(Zone *zone, void *stack_bottom, CollectionTimer &timer) { argument
H A DThread.cpp347 void Thread::scan_current_thread(thread_scanner_t scanner, void *stack_bottom) { argument
373 void Thread::scan_current_thread(void (*scanner) (Thread*, const Range&, void*), void *arg, void *stack_bottom) { argument
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
H A DZoneCompaction.cpp393 void scan(void *stack_bottom) { argument
H A Dauto_zone.cpp114 vm_address_t stack_bottom = auto_get_sp(); local
1413 auto_enumerate_references(auto_zone_t *zone, void *referent, auto_reference_recorder_t callback, void *stack_bottom, void *ctx) argument
/macosx-10.10/emacs-93/emacs/src/
H A Demacs.c203 char *stack_bottom; variable

Completed in 208 milliseconds