Searched refs:ComputeFixedSize (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Ddeoptimizer.h294 unsigned ComputeFixedSize(JSFunction* function) const;
512 int ComputeFixedSize();
H A Ddeoptimizer.cc1087 unsigned fixed_size = ComputeFixedSize(function_);
1107 unsigned Deoptimizer::ComputeFixedSize(JSFunction* function) const { function in class:v8::internal::Deoptimizer
1233 int FrameDescription::ComputeFixedSize() { function in class:v8::internal::FrameDescription
1243 unsigned base = GetFrameSize() - ComputeFixedSize();
1281 unsigned size = GetFrameSize() - ComputeFixedSize();
/external/v8/src/arm/
H A Ddeoptimizer-arm.cc249 unsigned fixed_size = ComputeFixedSize(function_);
597 unsigned fixed_frame_size = ComputeFixedSize(function);
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc340 unsigned fixed_size = ComputeFixedSize(function_);
676 unsigned fixed_frame_size = ComputeFixedSize(function);
/external/v8/src/mips/
H A Ddeoptimizer-mips.cc239 unsigned fixed_size = ComputeFixedSize(function_);
587 unsigned fixed_frame_size = ComputeFixedSize(function);
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc226 unsigned fixed_size = ComputeFixedSize(function_);
575 unsigned fixed_frame_size = ComputeFixedSize(function);

Completed in 138 milliseconds