Home
last modified time | relevance | path

Searched refs:VG_STACK_ACTIVE_SZB (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-common.c363 + VG_STACK_ACTIVE_SZB + VG_STACK_GUARD_SZB; in VG_()
386 (Addr) &stack->bytes[VG_STACK_GUARD_SZB + VG_STACK_ACTIVE_SZB], in VG_()
391 (Addr) &stack->bytes[VG_STACK_GUARD_SZB + VG_STACK_ACTIVE_SZB], in VG_()
399 for (i = 0; i < VG_STACK_ACTIVE_SZB/sizeof(UInt); i++) in VG_()
402 *initial_sp = (Addr)&stack->bytes[VG_STACK_GUARD_SZB + VG_STACK_ACTIVE_SZB]; in VG_()
429 for (i = 0; i < VG_STACK_ACTIVE_SZB/sizeof(UInt); i++) { in VG_()
/external/valgrind/main/coregrind/
Dpub_core_aspacemgr.h342 # define VG_STACK_ACTIVE_SZB (4096 * 256) // 1Mb macro
345 # define VG_STACK_ACTIVE_SZB (4096 * 256) // 1Mb macro
351 + VG_STACK_ACTIVE_SZB
Dm_main.c2589 "\taddl $"VG_STRINGIFY(VG_STACK_ACTIVE_SZB)", %eax\n"
2609 "\taddq $"VG_STRINGIFY(VG_STACK_ACTIVE_SZB)", %rdi\n"
2629 "\tlis 18,("VG_STRINGIFY(VG_STACK_ACTIVE_SZB)" >> 16)\n"
2630 "\tori 18,18,("VG_STRINGIFY(VG_STACK_ACTIVE_SZB)" & 0xFFFF)\n"
2668 "\tlis 18,("VG_STRINGIFY(VG_STACK_ACTIVE_SZB)" >> 16)\n"
2669 "\tori 18,18,("VG_STRINGIFY(VG_STACK_ACTIVE_SZB)" & 0xFFFF)\n"
2721 "2: .quad "VG_STRINGIFY(VG_STACK_ACTIVE_SZB)"\n\t"
2744 "\t.word "VG_STRINGIFY(VG_STACK_ACTIVE_SZB)"\n"
2834 "\taddl $"VG_STRINGIFY(VG_STACK_ACTIVE_SZB)", %eax\n"
2854 "\taddq $"VG_STRINGIFY(VG_STACK_ACTIVE_SZB)", %rdi\n"