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

/external/valgrind/main/coregrind/
H A Dpub_core_ume.h58 Addr stack_end; // OUT: address of end of stack segment (cold) member in struct:__anon14436
H A Dpub_core_initimg.h105 Addr stack_end; /* stack segment cold */ member in struct:_IICreateImageInfo
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c265 load_genericthread(vki_uint8_t **stack_end, argument
294 if (stack_end) *stack_end = (vki_uint8_t *)(state->__esp ? state->__esp : VKI_USRSTACK);
303 if (stack_end) *stack_end = (vki_uint8_t *)(state->__rsp ? state->__rsp : VKI_USRSTACK64);
343 vki_uint8_t *stack_end; local
346 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd);
349 if (!stack_end) {
357 vm_address_t stackbase = VG_PGROUNDDN(stack_end-stacksize);
367 if (out_stack_end) *out_stack_end = stack_end;
448 vki_uint8_t *stack_end = NULL; // allocated thread stack (cold end) local
752 vki_uint8_t *stack_end; local
[all...]
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c546 iicii.clstack_top = info.stack_end - 1;
547 iifii.clstack_max_size = info.stack_end - info.stack_start;
561 (void*)(info.stack_end));
/external/webkit/Source/JavaScriptCore/wtf/
H A DStackBounds.cpp151 m_origin = threadInfo.stack_end;
/external/v8/src/
H A Dprofile-generator.cc908 *stack_end = stack_pos + sample.frames_count;
909 stack_pos != stack_end;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c3614 Addr stack_end = VG_(clstk_end)+1; local
3621 *oldp = stack_end;
3626 if (oldp) VG_(memcpy)(oldp, &stack_end, oldlen);

Completed in 463 milliseconds