Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-tier.h42 kWithBreakpoints, enumerator
Dwasm-debug.cc252 : kWithBreakpoints; in RecompileLiftoffWithBreakpoints()
263 if (for_debugging == kWithBreakpoints) { in RecompileLiftoffWithBreakpoints()
282 bool generate_debug_sidetable = for_debugging == kWithBreakpoints; in RecompileLiftoffWithBreakpoints()
Dwasm-code-manager.cc1351 kForDebugging > kNoDebugging && kWithBreakpoints > kForDebugging, in PublishCodeLocked()
1388 DCHECK_EQ(kWithBreakpoints, code->for_debugging()); in ReinstallDebugCode()