Lines Matching defs:current
648 uint32_t index_ = 0; // the current index.
859 // Check whether the current block is reachable.
1106 // Decodes local definitions in the current decoder.
1191 // current depth.
1256 // We compare with the current size of the globals vector. This is important
2167 // happened, so they can be discarded at the end of the current block.
2336 Control* current = &control_.back();
2337 if (current->reachable()) {
2338 current->reachability = kSpecOnlyReachable;
2422 // Controls whether code should be generated for the current block (basically
2426 // Depth of the current try block.
2667 // -1 because the current try block is not included in the count.
2674 // +1 because the current try block is not included in the count.
3595 Control* current = &control_.back();
3596 DCHECK_LE(stack_ + current->stack_depth, stack_end_);
3597 stack_end_ = stack_ + current->stack_depth;
3598 current->reachability = kUnreachable;
3636 // insert a number of unreachable values underneath the current values equal
5214 // Peeking past the current control start in reachable code.
5262 // - If the current code is reachable, check if the current stack values are
5267 // - If the current code is unreachable, check if any values that may exist on
5289 // if the current code is reachable even if it is spec-only reachable.
5391 // If the current code is reachable, check if the current stack values are
5427 // All current simple unary operators have exactly 1 return value.