Home
last modified time | relevance | path

Searched refs:SetExpectedNofPropertiesFromEstimate (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dshared-function-info.h527 void SetExpectedNofPropertiesFromEstimate(FunctionLiteral* literal);
/external/v8/src/
Dcompiler.cc400 shared_info->SetExpectedNofPropertiesFromEstimate(literal); in SetSharedFunctionFlagsFromLiteral()
Dobjects.cc14249 shared_info->SetExpectedNofPropertiesFromEstimate(lit); in InitFromFunctionLiteral()
14291 void SharedFunctionInfo::SetExpectedNofPropertiesFromEstimate( in SetExpectedNofPropertiesFromEstimate() function in v8::internal::SharedFunctionInfo