Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Ddeoptimizer.h340 unsigned ComputeOutgoingArgumentSize() const;
Ddeoptimizer.cc2713 unsigned outgoing_size = ComputeOutgoingArgumentSize(); in ComputeInputFrameSize()
2740 unsigned Deoptimizer::ComputeOutgoingArgumentSize() const { in ComputeOutgoingArgumentSize() function in v8::internal::Deoptimizer