Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/
Dcode-generator.cc990 RpoNumber handler_rpo = i.InputRpo(instr->InputCount() - 1); in RecordCallPosition() local
991 DCHECK(instructions()->InstructionBlockAt(handler_rpo)->IsHandler()); in RecordCallPosition()
993 {GetLabel(handler_rpo), tasm()->pc_offset_for_safepoint()}); in RecordCallPosition()