Searched refs:ComputeInterpretedFixedSize (Results 1 – 2 of 2) sorted by relevance
576 static unsigned ComputeInterpretedFixedSize(SharedFunctionInfo* shared);
865 unsigned fixed_frame_size = ComputeInterpretedFixedSize(shared); in DoComputeInterpretedFrame()1807 unsigned Deoptimizer::ComputeInterpretedFixedSize(SharedFunctionInfo* shared) { in ComputeInterpretedFixedSize() function in v8::internal::Deoptimizer