Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium.cc378 int LChunk::NearestGapPos(int index) const { in NearestGapPos() function in v8::internal::LChunk
Dlithium.h656 int NearestGapPos(int index) const;
Dlithium-allocator.cc665 int index = chunk_->NearestGapPos(last_instruction); in GetLastGap()
1192 LGap* gap = GapAt(chunk_->NearestGapPos(pos.InstructionIndex())); in GetBlock()