Home
last modified time | relevance | path

Searched refs:result_location (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/maglev/
Dmaglev-code-generator.cc419 if (deopt_info->result_location == in EmitLazyDeopt()
422 } else if (deopt_info->result_location.is_parameter()) { in EmitLazyDeopt()
433 deopt_info->result_location.ToParameterIndex(); in EmitLazyDeopt()
436 deopt_info->result_location.index(); in EmitLazyDeopt()
446 deopt_info->input_locations, deopt_info->result_location); in EmitLazyDeopt()
474 interpreter::Register result_location) { in EmitDeoptFrameValues() argument
491 if (reg != result_location) { in EmitDeoptFrameValues()
513 if (reg == result_location) { in EmitDeoptFrameValues()
536 result_location != interpreter::Register::virtual_accumulator()) { in EmitDeoptFrameValues()
Dmaglev-graph-builder.h357 interpreter::Register result_location) { in MarkAsLazyDeoptResult() argument
361 DCHECK(result_location.is_valid()); in MarkAsLazyDeoptResult()
362 DCHECK(!value->lazy_deopt_info()->result_location.is_valid()); in MarkAsLazyDeoptResult()
363 value->lazy_deopt_info()->result_location = result_location; in MarkAsLazyDeoptResult()
Dmaglev-compiler.cc135 if (reg == deopt_info->result_location) return; in MarkCheckpointNodes()
Dmaglev-graph-printer.cc367 if (reg == deopt_info->result_location) { in PrintLazyDeopt()
Dmaglev-regalloc.cc344 if (reg == deopt_info.result_location) return; in UpdateUse()
Dmaglev-ir.h358 interpreter::Register result_location =