Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.h578 static unsigned ComputeIncomingArgumentSize(SharedFunctionInfo* shared);
Ddeoptimizer.cc1785 fixed_size += ComputeIncomingArgumentSize(function_->shared()); in ComputeInputFrameAboveFpFixedSize()
1810 return ComputeIncomingArgumentSize(shared) + in ComputeInterpretedFixedSize()
1815 unsigned Deoptimizer::ComputeIncomingArgumentSize(SharedFunctionInfo* shared) { in ComputeIncomingArgumentSize() function in v8::internal::Deoptimizer