Home | History | Annotate | Download | only in src

Lines Matching refs:function_index_

295   if ((function_index_ + FunctionEntry::kSize <= store_.length())
296 && (static_cast<int>(store_[function_index_]) == start)) {
297 int index = function_index_;
298 function_index_ += FunctionEntry::kSize;
5851 function_index_ = PreparseDataConstants::kHeaderSize;