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

  /external/v8/src/compiler/
verifier.cc 102 int frame_state_count = local
108 int input_count = value_count + context_count + frame_state_count;
115 for (int i = 0; i < frame_state_count; i++) {
    [all...]
instruction-selector.cc 650 size_t frame_state_count() const { return descriptor->FrameStateCount(); } function in struct:v8::internal::compiler::CallBuffer
671 static_cast<int>(buffer->input_count() + buffer->frame_state_count()));
    [all...]

Completed in 81 milliseconds