Home
last modified time | relevance | path

Searched refs:NearestGapPos (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dlithium.cc361 int LChunk::NearestGapPos(int index) const { in NearestGapPos() function in v8::internal::LChunk
Dlithium.h638 int NearestGapPos(int index) const;
Dlithium-allocator.cc679 int index = chunk_->NearestGapPos(last_instruction); in GetLastGap()
1206 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex())); in GetBlock()