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

  /external/v8/src/compiler/
linkage.h 226 size_t FrameStateCount() const { return NeedsFrameState() ? 1 : 0; }
common-operator.cc 874 descriptor->InputCount() + descriptor->FrameStateCount(),
896 descriptor->InputCount() + descriptor->FrameStateCount(), 1, 1, 0,
    [all...]
linkage.cc 75 << d.FrameStateCount() << "t" << d.SupportsTailCalls();
instruction-selector.cc 515 size_t frame_state_count() const { return descriptor->FrameStateCount(); }
    [all...]
  /external/v8/test/unittests/compiler/
int64-lowering-unittest.cc 67 EXPECT_THAT(lhs->FrameStateCount(), rhs->FrameStateCount());
    [all...]

Completed in 222 milliseconds