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

  /external/v8/src/compiler/
constant-folding-reducer.cc 39 if (upper.IsHeapConstant()) {
types.cc 126 if (IsHeapConstant()) return AsHeapConstant()->Lub();
476 if (this->IsHeapConstant()) {
477 return that.IsHeapConstant() &&
487 if (that.IsHeapConstant() || that.IsOtherNumberConstant()) return false;
929 if (this->IsHeapConstant() || this->IsOtherNumberConstant()) {
934 if (this->AsUnion()->Get(i).IsHeapConstant()) ++result;
996 } else if (this->IsHeapConstant()) {
    [all...]
typed-optimization.cc 94 if (object_type.IsHeapConstant()) {
153 if (map_type.IsHeapConstant() &&
368 if (!constant_type.IsHeapConstant()) return NoChange();
581 } else if (type.IsHeapConstant()) {
simplified-operator-reducer.cc 29 if (m.IsHeapConstant()) return Decision::kFalse;
js-create-lowering.cc 124 if (!target_type.IsHeapConstant() || !new_target_type.IsHeapConstant() ||
412 if (closure_type.IsHeapConstant()) {
    [all...]
types.h 398 bool IsHeapConstant() const { return IsKind(TypeBase::kHeapConstant); }
js-typed-lowering.cc     [all...]
escape-analysis.cc 672 if (map_type.IsHeapConstant() &&
typer.cc 942 if (lhs.IsHeapConstant() && rhs.Is(lhs)) {
    [all...]
load-elimination.cc     [all...]
operation-typer.cc     [all...]
simplified-lowering.cc     [all...]

Completed in 1212 milliseconds