Home
last modified time | relevance | path

Searched defs:IsLast (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dbytecode_utils.h35 bool IsLast() const { return code_ptr_ + CurrentInstruction().SizeInCodeUnits() >= code_end_; } in IsLast() function
141 bool IsLast() const { return index_ == num_entries_ - 1; } in IsLast() function
/art/runtime/
Dtype_lookup_table.h110 bool IsLast() const { in IsLast() function