Searched refs:typer_ (Results 1 – 1 of 1) sorted by relevance
29 explicit Decorator(Typer* typer) : typer_(typer) {} in Decorator()33 Typer* const typer_; member in v8::internal::compiler::Typer::Decorator60 : typer_(typer), in Visitor()205 Typer* typer_; member in v8::internal::compiler::Typer::Visitor230 Zone* zone() { return typer_->zone(); } in zone()231 Graph* graph() { return typer_->graph(); } in graph()370 Visitor typing(typer_, nullptr); in Decorate()374 typer_->zone()); in Decorate()390 return input.IsNone() ? Type::None() : f(input, typer_); in TypeUnaryOp()397 : f(left, right, typer_); in TypeBinaryOp()[all …]