Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h177 DCHECK_LT(index, ComputeOperandsCount()); in GetOperandSlot()
189 inline int JavaScriptFrame::ComputeOperandsCount() const { in ComputeOperandsCount() function
Dframes.cc883 DCHECK_LE(operands_count, ComputeOperandsCount()); in SaveOperandStack()
892 DCHECK_LE(operands_count, ComputeOperandsCount()); in RestoreOperandStack()
Dframes.h581 inline int ComputeOperandsCount() const;
/external/v8/src/runtime/
Druntime-generator.cc57 int operands_count = frame->ComputeOperandsCount(); in RUNTIME_FUNCTION()