Searched refs:pc_and_state (Results 1 – 6 of 6) sorted by relevance
508 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared()); in DoComputeFrame() local509 unsigned pc_offset = FullCodeGenerator::PcField::decode(pc_and_state); in DoComputeFrame()517 FullCodeGenerator::StateField::decode(pc_and_state); in DoComputeFrame()
577 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared()); in DoComputeFrame() local578 unsigned pc_offset = FullCodeGenerator::PcField::decode(pc_and_state); in DoComputeFrame()583 FullCodeGenerator::StateField::decode(pc_and_state); in DoComputeFrame()
580 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared()); in DoComputeFrame() local581 unsigned pc_offset = FullCodeGenerator::PcField::decode(pc_and_state); in DoComputeFrame()586 FullCodeGenerator::StateField::decode(pc_and_state); in DoComputeFrame()
331 __ dd(stack_checks_[i].pc_and_state); in EmitStackCheckTable()348 data->SetPcAndState(i, Smi::FromInt(bailout_entries_[i].pc_and_state)); in PopulateDeoptimizationData()380 unsigned pc_and_state = in PrepareForBailoutForId() local382 BailoutEntry entry = { id, pc_and_state }; in PrepareForBailoutForId()
541 unsigned pc_and_state; member
6510 int pc_and_state = this->PcAndState(i)->value(); in DeoptimizationOutputDataPrint() local6513 FullCodeGenerator::PcField::decode(pc_and_state), in DeoptimizationOutputDataPrint()6515 FullCodeGenerator::StateField::decode(pc_and_state))); in DeoptimizationOutputDataPrint()