Searched refs:pc_and_state (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dfull-codegen.cc387 data->SetPcAndState(i, Smi::FromInt(bailout_entries_[i].pc_and_state));
455 unsigned pc_and_state = local
457 DCHECK(Smi::IsValid(pc_and_state));
463 BailoutEntry entry = { id, pc_and_state };
H A Dfull-codegen.h640 unsigned pc_and_state; member in struct:v8::internal::FullCodeGenerator::BailoutEntry
H A Ddeoptimizer.cc1076 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared()); local
1077 unsigned pc_offset = FullCodeGenerator::PcField::decode(pc_and_state);
1094 FullCodeGenerator::StateField::decode(pc_and_state);
H A Dobjects.cc10793 int pc_and_state = this->PcAndState(i)->value(); local
10797 FullCodeGenerator::PcField::decode(pc_and_state),
10799 FullCodeGenerator::StateField::decode(pc_and_state)));

Completed in 1512 milliseconds