Searched refs:stack_height (Results 1 – 5 of 5) sorted by relevance
202 int stack_height() { in stack_height() function233 DCHECK(stack_height() > 0); in Top()237 DCHECK(stack_height() > 0); in Pop()245 DCHECK(depth >= 0 && depth < stack_height()); in Poke()250 DCHECK(depth >= 0 && depth < stack_height()); in Peek()255 DCHECK(depth >= 0 && depth <= stack_height()); in Drop()
225 stack_height()); in Checkpoint()240 original_height_ = environment()->stack_height(); in AstContext()251 DCHECK(environment()->stack_height() == original_height_); in ~AstEffectContext()256 DCHECK(environment()->stack_height() == original_height_ + 1); in ~AstValueContext()261 DCHECK(environment()->stack_height() == original_height_ + 1); in ~AstTestContext()1670 DCHECK(environment()->stack_height() >= arity); in ProcessArguments()
162 GLuint stack_height = 0; in i915_miptree_layout_3d() local173 stack_height += MAX2(2, height); in i915_miptree_layout_3d()186 0, i * stack_height); in i915_miptree_layout_3d()196 mt->total_height = stack_height * mt->depth0; in i915_miptree_layout_3d()
726 void Initialize(int parameter_count, int local_count, int stack_height);
11985 int stack_height) { in Initialize() argument11990 int total = parameter_count + specials_count_ + local_count + stack_height; in Initialize()