Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe-states.h40 size_t GetPushCount() const { in GetPushCount() function
54 return kind_ == kPushOutput ? GetPushCount() : 1; in ConsumedOutputCount()
Dcode-generator.cc759 DCHECK(combine.GetPushCount() <= iter->instruction()->OutputCount()); in TranslateFrameStateDescriptorOperands()
760 for (size_t output = 0; output < combine.GetPushCount(); output++) { in TranslateFrameStateDescriptorOperands()
Dinstruction.cc1042 size += combine.GetPushCount(); in GetSize()