Searched refs:kFrameSize (Results 1 – 2 of 2) sorted by relevance
32 template<size_t kFrameSize>36 char x[kFrameSize]; in RecursiveFunctionWithStackFrame()39 RecursiveFunctionWithStackFrame<kFrameSize>(depth - 1); in RecursiveFunctionWithStackFrame()
162 static const uptr kFrameSize = 160; variable164 static const uptr kFrameSize = 96; variable166 static const uptr kFrameSize = 2 * sizeof(uhwptr); variable171 return frame > stack_bottom && frame < stack_top - kFrameSize; in IsValidFrame()