Home
last modified time | relevance | path

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

/external/v8/src/deoptimizer/
Ddeoptimizer.h578 static unsigned ComputeIncomingArgumentSize(SharedFunctionInfo shared);
Ddeoptimizer.cc2014 fixed_size += ComputeIncomingArgumentSize(function_.shared()); in ComputeInputFrameAboveFpFixedSize()
2035 unsigned Deoptimizer::ComputeIncomingArgumentSize(SharedFunctionInfo shared) { in ComputeIncomingArgumentSize() function in v8::internal::Deoptimizer