Home
last modified time | relevance | path

Searched refs:DependOnGlobalProperty (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.h78 void DependOnGlobalProperty(const PropertyCellRef& cell);
Djs-native-context-specialization.cc857 dependencies()->DependOnGlobalProperty(property_cell); in ReduceGlobalAccess()
913 dependencies()->DependOnGlobalProperty(property_cell); in ReduceGlobalAccess()
926 dependencies()->DependOnGlobalProperty(property_cell); in ReduceGlobalAccess()
962 dependencies()->DependOnGlobalProperty(property_cell); in ReduceGlobalAccess()
Dcompilation-dependencies.cc1090 void CompilationDependencies::DependOnGlobalProperty( in DependOnGlobalProperty() function in v8::internal::compiler::CompilationDependencies
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc337 broker()->dependencies()->DependOnGlobalProperty(property_cell); in MAGLEV_UNIMPLEMENTED_BYTECODE()