HomeSort by relevance Sort by last modified time
    Searched defs:state_id (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
code-generator.cc 657 int const state_id = i.InputInt32(frame_state_offset); local
658 return code()->GetDeoptimizationEntry(state_id);
    [all...]
instruction-selector.cc 735 int const state_id = sequence()->AddDeoptimizationEntry( variable
737 buffer->instruction_args.push_back(g.TempImmediate(state_id));
2017 int const state_id = sequence()->AddDeoptimizationEntry(descriptor, reason); local
    [all...]

Completed in 101 milliseconds