Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-compiler.h73 ForDebugging for_debugging = kNoDebugging; member
80 WasmCompilationUnit(int index, ExecutionTier tier, ForDebugging for_debugging) in WasmCompilationUnit() argument
81 : func_index_(index), tier_(tier), for_debugging_(for_debugging) {} in WasmCompilationUnit()
Dwasm-code-manager.h182 bool is_inspectable() const { return is_liftoff() && for_debugging(); } in is_inspectable()
246 ForDebugging for_debugging() const { in for_debugging() function
263 ExecutionTier tier, ForDebugging for_debugging) in WasmCode() argument
267 ForDebuggingField::encode(for_debugging)), in WasmCode()
492 ForDebugging for_debugging);
698 ExecutionTier tier, ForDebugging for_debugging,
Dwasm-code-manager.cc1010 ExecutionTier tier, ForDebugging for_debugging) { in AddCode() argument
1017 source_position_table, kind, tier, for_debugging, in AddCode()
1025 ExecutionTier tier, ForDebugging for_debugging, in AddCodeWithCodeSpace() argument
1029 UpdateCodeSize(desc.instr_size, tier, for_debugging); in AddCodeWithCodeSpace()
1082 source_position_table, kind, tier, for_debugging}}; in AddCodeWithCodeSpace()
1148 code->for_debugging() != kForStepping && in PublishCodeLocked()
1152 ? prior_code->for_debugging() <= code->for_debugging() in PublishCodeLocked()
1166 if (!code->for_debugging() && tiering_state_ == kTieredDown && in PublishCodeLocked()
1269 ForDebugging for_debugging) { in UpdateCodeSize() argument
1270 if (for_debugging != kNoDebugging) return; in UpdateCodeSize()
[all …]
Dfunction-compiler.cc209 result.for_debugging = for_debugging_; in ExecuteFunctionCompilation()
Dwasm-debug.cc391 ForDebugging for_debugging = offsets.size() == 1 && offsets[0] == 0 in RecompileLiftoffWithBreakpoints() local
398 for_debugging, counters, &unused_detected, offsets, &debug_sidetable, in RecompileLiftoffWithBreakpoints()
Dmodule-compiler.cc3064 ? code->for_debugging() in OnFinishedUnits()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc342 ForDebugging for_debugging, int func_index, in LiftoffCompiler() argument
349 for_debugging_(for_debugging),
4112 const FunctionBody& func_body, int func_index, ForDebugging for_debugging, in ExecuteLiftoffCompilation() argument
4137 debug_sidetable_builder.get(), for_debugging, func_index, breakpoints, in ExecuteLiftoffCompilation()
4171 result.for_debugging = for_debugging; in ExecuteLiftoffCompilation()