Home
last modified time | relevance | path

Searched refs:initial_type (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dtyper.cc770 Type initial_type = Operand(node, 0); in TypeInductionVariablePhi() local
780 if (initial_type.IsNone() || in TypeInductionVariablePhi()
782 !initial_type.Is(typer_->cache_->kInteger) || in TypeInductionVariablePhi()
819 min = initial_type.Min(); in TypeInductionVariablePhi()
826 max = initial_type.Max(); in TypeInductionVariablePhi()
836 max = std::max(max, initial_type.Max()); in TypeInductionVariablePhi()
839 max = initial_type.Max(); in TypeInductionVariablePhi()
846 min = initial_type.Min(); in TypeInductionVariablePhi()
856 min = std::min(min, initial_type.Min()); in TypeInductionVariablePhi()
886 Type initial_type = Operand(node, 0); in InductionVariablePhiTypeIsPrefixedPoint() local
[all …]
/third_party/node/deps/v8/src/objects/
Dstring.cc229 InstanceType initial_type = initial_map.instance_type(); in MigrateStringMapUnderLockIfNeeded() local
230 StringShape initial_shape(initial_type); in MigrateStringMapUnderLockIfNeeded()
237 *isolate->factory()->GetStringMigrationSentinelMap(initial_type); in MigrateStringMapUnderLockIfNeeded()
287 *isolate->factory()->GetStringMigrationSentinelMap(initial_type); in MigrateStringMapUnderLockIfNeeded()