HomeSort by relevance Sort by last modified time
    Searched refs:pc_and_state (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
deoptimizer.cc 690 unsigned pc_and_state = local
692 unsigned pc_offset = FullCodeGenerator::PcField::decode(pc_and_state);
1057 unsigned pc_and_state = GetOutputInfo(data, node_id, function->shared()); local
2795 unsigned pc_and_state = Deoptimizer::GetOutputInfo(data, node_id, shared); local
    [all...]
objects.cc 14204 int pc_and_state = this->PcAndState(i)->value(); local
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 108 data->SetPcAndState(i, Smi::FromInt(bailout_entries_[i].pc_and_state));
211 unsigned pc_and_state = local
213 DCHECK(Smi::IsValid(pc_and_state));
219 BailoutEntry entry = { id, pc_and_state };
    [all...]
full-codegen.h 762 unsigned pc_and_state; member in struct:v8::internal::FullCodeGenerator::BailoutEntry
    [all...]

Completed in 103 milliseconds