Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.h44 OperationTyper* operation_typer() { return &operation_typer_; } in operation_typer() function
Dtyper.cc480 return t->operation_typer()->ToBoolean(type); in ToBoolean()
922 return typer_->operation_typer()->TypeTypeGuard(node->op(), type); in TypeTypeGuard()
951 return t->operation_typer()->StrictEqual(lhs, rhs); in JSStrictEqualTyper()
1888 return t->operation_typer()->SameValue(lhs, rhs); in SameValueTyper()
2021 return typer_->operation_typer()->ConvertTaggedHoleToUndefined(type); in TypeConvertTaggedHoleToUndefined()