Searched refs:NearestGapPos (Results 1 – 3 of 3) sorted by relevance
361 int LChunk::NearestGapPos(int index) const { in NearestGapPos() function in v8::internal::LChunk
638 int NearestGapPos(int index) const;
679 int index = chunk_->NearestGapPos(last_instruction); in GetLastGap()1206 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex())); in GetBlock()