Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.h64 AllocationType DependOnPretenureMode(const AllocationSiteRef& site);
Djs-create-lowering.cc654 allocation = dependencies()->DependOnPretenureMode(*site_ref); in ReduceJSCreateArray()
1108 AllocationType allocation = dependencies()->DependOnPretenureMode(site); in ReduceJSCreateLiteralArrayOrObject()
1133 dependencies()->DependOnPretenureMode(site); in ReduceJSCreateEmptyLiteralArray()
Dcompilation-dependencies.cc1061 AllocationType CompilationDependencies::DependOnPretenureMode( in DependOnPretenureMode() function in v8::internal::compiler::CompilationDependencies