Searched refs:local_stack (Results 1 – 3 of 3) sorted by relevance
185 uptr local_stack; \186 uptr sp = (uptr)&local_stack196 uptr local_stack; \197 uptr sp = (uptr)&local_stack
210 uptr local_stack; in OnMalloc() local211 uptr real_stack = reinterpret_cast<uptr>(&local_stack); in OnMalloc()223 uptr local_stack; in OnMallocAlways() local224 uptr real_stack = reinterpret_cast<uptr>(&local_stack); in OnMallocAlways()
570 int local_stack; in UnpoisonDefaultStack() local573 bottom = ((uptr)&local_stack - page_size) & ~(page_size - 1); in UnpoisonDefaultStack()