Lines Matching refs:for_debugging
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()
1518 ForDebugging for_debugging) { in UpdateCodeSize() argument
1519 if (for_debugging != kNoDebugging) return; in UpdateCodeSize()
1755 code->for_debugging() != kForDebugging) { in InsertToCodeCache()
2341 result.result_tier, result.for_debugging, this_code_space, in AddCompiledCode()
2405 tier_down ? old_code && old_code->for_debugging() in FindFunctionsToRecompile()