Home
last modified time | relevance | path

Searched defs:MaxTableSize (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dgc-info-table.cc75 size_t GCInfoTable::MaxTableSize() const { in MaxTableSize() function in cppgc::internal::GCInfoTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5466 uint64_t MaxTableSize = CaseSize > 63 ? UINT64_MAX : 1ULL << CaseSize; in SwitchToLookupTable() local