Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.cc982 size_t index_from_top = desc->GetSize() - 1 - combine.GetOffsetToPokeAt(); in TranslateFrameStateDescriptorOperands() local
983 if (index >= index_from_top && in TranslateFrameStateDescriptorOperands()
984 index < index_from_top + iter->instruction()->OutputCount()) { in TranslateFrameStateDescriptorOperands()
988 iter->instruction()->OutputAt(index - index_from_top), in TranslateFrameStateDescriptorOperands()