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

  /external/v8/src/
data-flow.h 309 bool is_full() { function in class:v8::internal::BASE_EMBEDDED
319 ASSERT(!is_full());
mark-compact.h 61 bool is_full() const { return top_ >= high_; } function in class:v8::internal::MarkingStack
74 if (is_full()) {

Completed in 824 milliseconds