Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.cc2190 fixed_size += ComputeIncomingArgumentSize(function_->shared()); in ComputeInputFrameAboveFpFixedSize()
2215 return ComputeIncomingArgumentSize(shared) + in ComputeJavascriptFixedSize()
2224 return ComputeIncomingArgumentSize(shared) + in ComputeInterpretedFixedSize()
2229 unsigned Deoptimizer::ComputeIncomingArgumentSize(SharedFunctionInfo* shared) { in ComputeIncomingArgumentSize() function in v8::internal::Deoptimizer
Ddeoptimizer.h591 static unsigned ComputeIncomingArgumentSize(SharedFunctionInfo* shared);