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

/external/v8/src/
H A Dframes-inl.h195 DCHECK_LT(index, ComputeOperandsCount());
207 inline int JavaScriptFrame::ComputeOperandsCount() const { function in class:v8::internal::JavaScriptFrame
H A Dframes.h864 inline int ComputeOperandsCount() const;
H A Dframes.cc1066 DCHECK_LE(operands_count, ComputeOperandsCount());
/external/v8/src/runtime/
H A Druntime-generator.cc66 int operands_count = frame->ComputeOperandsCount();

Completed in 116 milliseconds