Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Ddeoptimizer.h339 unsigned ComputeIncomingArgumentSize(JSFunction* function) const;
Ddeoptimizer.cc2723 return ComputeIncomingArgumentSize(function) + in ComputeFixedSize()
2728 unsigned Deoptimizer::ComputeIncomingArgumentSize(JSFunction* function) const { in ComputeIncomingArgumentSize() function in v8::internal::Deoptimizer