HomeSort by relevance Sort by last modified time
    Searched refs:operation_typer (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
typer.h 44 OperationTyper* operation_typer() { return &operation_typer_; } function in class:v8::internal::compiler::Typer
typer.cc 480 return t->operation_typer()->ToBoolean(type);
922 return typer_->operation_typer()->TypeTypeGuard(node->op(), type);
951 return t->operation_typer()->StrictEqual(lhs, rhs);
    [all...]

Completed in 3947 milliseconds