Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.h615 unsigned ComputeInterpretedFixedSize(JSFunction* function) const;
Ddeoptimizer.cc1054 unsigned fixed_frame_size = ComputeInterpretedFixedSize(function); in DoComputeInterpretedFrame()
2006 unsigned Deoptimizer::ComputeInterpretedFixedSize(JSFunction* function) const { in ComputeInterpretedFixedSize() function in v8::internal::Deoptimizer