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