Home
last modified time | relevance | path

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

/external/v8/src/
Dtyping-asm.cc1461 Type* bounded_type = Type::Intersect(computed_type_, expected_type_, zone()); in IntersectResult() local
1462 expr->set_bounds(Bounds(bounded_type)); in IntersectResult()
1471 Type* bounded_type = Type::Intersect(computed_type_, expected_type_, zone()); in VisitWithExpectation() local
1472 if (bounded_type->Is(Type::None(zone()))) { in VisitWithExpectation()