Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-compiler.h81 : func_index_(index), tier_(tier), for_debugging_(for_debugging) {} in WasmCompilationUnit()
105 ForDebugging for_debugging_; variable
Dfunction-compiler.cc197 for_debugging_, counters, detected); in ExecuteFunctionCompilation()
209 result.for_debugging = for_debugging_; in ExecuteFunctionCompilation()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc349 for_debugging_(for_debugging),
512 if (V8_UNLIKELY(for_debugging_)) { in StackCheck()
746 DCHECK(for_debugging_); in GenerateOutOfLineCode()
778 DCHECK(for_debugging_); in EmitDebuggingInfo()
833 if (V8_UNLIKELY(for_debugging_)) EmitDebuggingInfo(decoder, opcode); in NextInstruction()
847 DCHECK(for_debugging_); in EmitBreakpoint()
1190 if (decoder->lookahead(1, kExprBrIf) && !for_debugging_) { in UnOp()
1306 if (decoder->lookahead(1, kExprBrIf) && !for_debugging_) { in EmitI32CmpOp()
2063 DCHECK(for_debugging_); in GetSpilledRegistersForInspection()
2084 V8_UNLIKELY(for_debugging_) ? GetSpilledRegistersForInspection() in AddOutOfLineTrap()
[all …]