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

  /external/chromium_org/v8/src/
typing.h 23 class AstTyper: public AstVisitor {
36 explicit AstTyper(CompilationInfo* info);
82 DISALLOW_COPY_AND_ASSIGN(AstTyper);
typing.cc 17 AstTyper::AstTyper(CompilationInfo* info)
36 void AstTyper::Run(CompilationInfo* info) {
37 AstTyper* visitor = new(info->zone()) AstTyper(info);
64 Effect AstTyper::ObservedOnStack(Object* value) {
70 void AstTyper::ObserveTypesAtOsrEntry(IterationStatement* stmt) {
128 void AstTyper::VisitStatements(ZoneList<Statement*>* stmts) {
137 void AstTyper::VisitBlock(Block* stmt) {
145 void AstTyper::VisitExpressionStatement(ExpressionStatement* stmt)
    [all...]

Completed in 34 milliseconds