Home
last modified time | relevance | path

Searched refs:DependencyGroup (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dcode.h847 // Dependent code is conceptually the list of {Code, DependencyGroup} tuples
862 enum DependencyGroup { enum in v8::internal::DependentCode
895 using DependencyGroups = base::Flags<DependencyGroup, uint32_t>;
897 static const char* DependencyGroupName(DependencyGroup group);
H A Dcode.cc742 auto group = static_cast<DependentCode::DependencyGroup>( in PrintDependencyGroups()
887 const char* DependentCode::DependencyGroupName(DependencyGroup group) { in DependencyGroupName()
/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.cc118 DependentCode::DependencyGroup group) { in Register()

Completed in 6 milliseconds