Home
last modified time | relevance | path

Searched refs:for_debugging_ (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-compiler.h68 : func_index_(index), tier_(tier), for_debugging_(for_debugging) {} in WasmCompilationUnit()
75 ForDebugging for_debugging() const { return for_debugging_; } in for_debugging()
92 ForDebugging for_debugging_; member in v8::internal::final
H A Dfunction-compiler.cc123 env, func_body, func_index_, for_debugging_, in ExecuteFunctionCompilation()
143 result.for_debugging = for_debugging_; in ExecuteFunctionCompilation()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc503 for_debugging_(for_debugging),
705 for_debugging_ in StackCheck()
708 if (V8_UNLIKELY(for_debugging_)) { in StackCheck()
734 if (for_debugging_ != kNoDebugging) return; in TierupCheck()
794 for_debugging_ == kNoDebugging && in dynamic_tiering()
858 if (for_debugging_) __ ResetOSRTarget(); in StartFunctionBody()
1002 DCHECK(for_debugging_); in GenerateOutOfLineCode()
1051 DCHECK(for_debugging_); in EmitDebuggingInfo()
1137 if (V8_UNLIKELY(for_debugging_)) EmitDebuggingInfo(decoder, opcode); in NextInstruction()
1148 DCHECK(for_debugging_); in EmitBreakpoint()
[all...]

Completed in 4 milliseconds