Searched refs:kFrameSize (Results 1 – 1 of 1) sorted by relevance
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()