Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Descape-analysis-reducer.cc114 Type* const original_type = NodeProperties::GetType(original); in MaybeGuard() local
115 if (!replacement_type->Is(original_type)) { in MaybeGuard()
118 jsgraph->common()->TypeGuard(original_type), replacement, control); in MaybeGuard()
119 NodeProperties::SetType(replacement, original_type); in MaybeGuard()