HomeSort by relevance Sort by last modified time
    Searched defs:stack_height (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_tex_layout.c 162 GLuint stack_height = 0; local
173 stack_height += MAX2(2, height);
186 0, i * stack_height);
196 mt->total_height = stack_height * mt->depth0;
  /external/v8/src/compiler/
ast-graph-builder.h 478 int stack_height() { function in class:v8::internal::compiler::AstGraphBuilder::Environment
505 DCHECK(stack_height() > 0);
509 DCHECK(stack_height() > 0);
517 DCHECK(depth >= 0 && depth < stack_height());
522 DCHECK(depth >= 0 && depth < stack_height());
527 DCHECK(depth >= 0 && depth <= stack_height());
531 int depth = stack_height() - trim_to_height;
532 DCHECK(depth >= 0 && depth <= stack_height());
ast-graph-builder.cc 152 stack_height_(builder->environment()->stack_height()) {
200 int stack_height() const { return stack_height_; } function in class:v8::internal::compiler::BASE_EMBEDDED
904 stack_height());
    [all...]
  /external/v8/src/
deoptimizer.cc 2724 int stack_height = frame_it->height(); local
    [all...]

Completed in 185 milliseconds