Searched refs:llimit (Results 1 – 1 of 1) sorted by relevance
996 DCHECK_GE(kMaxInt, frame->llimit()); in GetMutableFrame()999 static_cast<int>(frame->llimit())); in GetMutableFrame()1030 sp_t llimit() { return plimit() + code->locals.type_list.size(); } in llimit() function1675 DCHECK_GT(stack_.size(), frames_.back().llimit()); // can't pop into locals in Pop()1685 DCHECK_GE(nsize, frames_.back().llimit()); // can't pop into locals in PopN()1713 sp_t llimit = top ? top->llimit() : 0; in TraceValueStack() local1718 else if (i < llimit) in TraceValueStack()