Home | History | Annotate | Download | only in full-codegen

Lines Matching refs:pc_and_state

104     data->SetPcAndState(i, Smi::FromInt(bailout_entries_[i].pc_and_state));
221 unsigned pc_and_state =
223 DCHECK(Smi::IsValid(pc_and_state));
229 BailoutEntry entry = { id, pc_and_state };