Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.h576 static unsigned ComputeInterpretedFixedSize(SharedFunctionInfo* shared);
Ddeoptimizer.cc865 unsigned fixed_frame_size = ComputeInterpretedFixedSize(shared); in DoComputeInterpretedFrame()
1807 unsigned Deoptimizer::ComputeInterpretedFixedSize(SharedFunctionInfo* shared) { in ComputeInterpretedFixedSize() function in v8::internal::Deoptimizer