Searched refs:for_debugging (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | function-compiler.h | 59 ForDebugging for_debugging = kNoDebugging; member 67 WasmCompilationUnit(int index, ExecutionTier tier, ForDebugging for_debugging) in WasmCompilationUnit() argument 68 : func_index_(index), tier_(tier), for_debugging_(for_debugging) {} in WasmCompilationUnit() 75 ForDebugging for_debugging() const { return for_debugging_; } in for_debugging() function
|
D | wasm-code-manager.cc | 383 is_liftoff() ? (for_debugging() ? "Liftoff (debug)" : "Liftoff") in Disassemble() 1195 ExecutionTier tier, ForDebugging for_debugging) { in AddCode() argument 1206 source_position_table, kind, tier, for_debugging, in AddCode() 1215 ExecutionTier tier, ForDebugging for_debugging, in AddCodeWithCodeSpace() argument 1220 UpdateCodeSize(desc.instr_size, tier, for_debugging); in AddCodeWithCodeSpace() 1272 source_position_table, kind, tier, for_debugging}}; in AddCodeWithCodeSpace() 1355 code->for_debugging() != kForStepping && in PublishCodeLocked() 1359 ? prior_code->for_debugging() <= code->for_debugging() in PublishCodeLocked() 1363 (prior_code->for_debugging() && !code->for_debugging())))); in PublishCodeLocked() 1388 DCHECK_EQ(kWithBreakpoints, code->for_debugging()); in ReinstallDebugCode() [all …]
|
D | wasm-code-manager.h | 307 bool is_inspectable() const { return is_liftoff() && for_debugging(); } in is_inspectable() 379 ForDebugging for_debugging() const { in for_debugging() function 396 ExecutionTier tier, ForDebugging for_debugging) in WasmCode() argument 400 ForDebuggingField::encode(for_debugging)), in WasmCode() 636 ExecutionTier tier, ForDebugging for_debugging); 877 ExecutionTier tier, ForDebugging for_debugging,
|
D | wasm-debug.cc | 250 ForDebugging for_debugging = offsets.size() == 1 && offsets[0] == 0 in RecompileLiftoffWithBreakpoints() local 263 if (for_debugging == kWithBreakpoints) { in RecompileLiftoffWithBreakpoints() 282 bool generate_debug_sidetable = for_debugging == kWithBreakpoints; in RecompileLiftoffWithBreakpoints() 284 &env, body, func_index, for_debugging, in RecompileLiftoffWithBreakpoints() 427 if (code->for_debugging() != kForStepping) return; in ClearStepping() 706 if (frame->wasm_code()->for_debugging()) { in UpdateReturnAddress()
|
D | function-compiler.cc | 143 result.for_debugging = for_debugging_; in ExecuteFunctionCompilation()
|
D | wasm-engine.cc | 1374 if (WasmFrame::cast(frame)->wasm_code()->for_debugging()) { in ReportLiveCodeFromFrameForGC()
|
D | module-compiler.cc | 1563 if (!unit->for_debugging() && result.result_tier != current_tier) { in ExecuteCompilationUnits() 3573 ? code->for_debugging() in OnFinishedUnits()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 494 ForDebugging for_debugging, int func_index, in LiftoffCompiler() argument 503 for_debugging_(for_debugging), 6575 ForDebugging for_debugging, const LiftoffOptions& compiler_options) { in ExecuteLiftoffCompilation() argument 6598 DCHECK_IMPLIES(compiler_options.max_steps, for_debugging == kForDebugging); in ExecuteLiftoffCompilation() 6606 for_debugging, func_index, compiler_options.breakpoints, in ExecuteLiftoffCompilation() 6637 result.for_debugging = for_debugging; in ExecuteLiftoffCompilation() 6674 DCHECK(code->for_debugging() == kForDebugging || in GenerateLiftoffDebugSideTable() 6675 code->for_debugging() == kForStepping); in GenerateLiftoffDebugSideTable() 6677 code->for_debugging() == kForStepping in GenerateLiftoffDebugSideTable() 6684 &debug_sidetable_builder, code->for_debugging(), code->index(), in GenerateLiftoffDebugSideTable()
|