Searched refs:ComputeInterpretedFixedSize (Results 1 – 2 of 2) sorted by relevance
615 unsigned ComputeInterpretedFixedSize(JSFunction* function) const;
1054 unsigned fixed_frame_size = ComputeInterpretedFixedSize(function); in DoComputeInterpretedFrame()2006 unsigned Deoptimizer::ComputeInterpretedFixedSize(JSFunction* function) const { in ComputeInterpretedFixedSize() function in v8::internal::Deoptimizer