Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc539 shared_info->UpdateAndFinalizeExpectedNofPropertiesFromEstimate(lit); in InitFromFunctionLiteral()
608 void SharedFunctionInfo::UpdateAndFinalizeExpectedNofPropertiesFromEstimate( in UpdateAndFinalizeExpectedNofPropertiesFromEstimate() function in v8::internal::SharedFunctionInfo
Dshared-function-info.h604 void UpdateAndFinalizeExpectedNofPropertiesFromEstimate(
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc712 shared_info.UpdateAndFinalizeExpectedNofPropertiesFromEstimate(literal); in UpdateSharedFunctionFlagsAfterCompilation()