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