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

  /external/v8/src/
frame-element.h 60 if (!is_constant()) return NumberInfoField::decode(value_);
138 bool is_constant() const { return type() == CONSTANT; } function in class:v8::internal::BASE_EMBEDDED
154 ASSERT(is_constant());
171 is_constant() &&
180 if (is_constant() && handle().is_identical_to(other->handle())) {
register-allocator.h 114 bool is_constant() const { return type() == CONSTANT; } function in class:v8::internal::BASE_EMBEDDED

Completed in 27 milliseconds