Searched defs:IsLast (Results 1 – 2 of 2) sorted by relevance
35 bool IsLast() const { return code_ptr_ + CurrentInstruction().SizeInCodeUnits() >= code_end_; } in IsLast() function141 bool IsLast() const { return index_ == num_entries_ - 1; } in IsLast() function
110 bool IsLast() const { in IsLast() function