Searched refs:for_debugging (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/wasm/ |
D | function-compiler.h | 73 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()
|
D | wasm-code-manager.h | 182 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,
|
D | wasm-code-manager.cc | 1010 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 …]
|
D | function-compiler.cc | 209 result.for_debugging = for_debugging_; in ExecuteFunctionCompilation()
|
D | wasm-debug.cc | 391 ForDebugging for_debugging = offsets.size() == 1 && offsets[0] == 0 in RecompileLiftoffWithBreakpoints() local 398 for_debugging, counters, &unused_detected, offsets, &debug_sidetable, in RecompileLiftoffWithBreakpoints()
|
D | module-compiler.cc | 3064 ? code->for_debugging() in OnFinishedUnits()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 342 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()
|