Home
last modified time | relevance | path

Searched refs:frame_state_count (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dverifier.cc66 int frame_state_count = in Pre() local
72 int input_count = value_count + context_count + frame_state_count + in Pre()
Dinstruction-selector-impl.h346 size_t frame_state_count() const { return descriptor->FrameStateCount(); } in frame_state_count() function
Dinstruction-selector.cc258 buffer->input_count() + buffer->frame_state_count()); in InitializeCallBuffer()