Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dunwinding-info-win64.cc252 static constexpr int kDefaultNumberOfUnwindCodeWords = 1; variable
299 template <int kNumberOfUnwindCodeWords = kDefaultNumberOfUnwindCodeWords>
379 STATIC_ASSERT(kDefaultNumberOfUnwindCodeWords < in GetUnwindInfoForBuiltinFunction()
381 xdata.unwind_info.CodeWords = kDefaultNumberOfUnwindCodeWords; in GetUnwindInfoForBuiltinFunction()