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

  /external/v8/src/crankshaft/
typing.h 20 class AstTyper: public AstVisitor {
22 AstTyper(Isolate* isolate, Zone* zone, Handle<JSFunction> closure,
79 DISALLOW_COPY_AND_ASSIGN(AstTyper);
typing.cc 18 AstTyper::AstTyper(Isolate* isolate, Zone* zone, Handle<JSFunction> closure,
46 Effect AstTyper::ObservedOnStack(Object* value) {
52 void AstTyper::ObserveTypesAtOsrEntry(IterationStatement* stmt) {
109 void AstTyper::Run() {
115 void AstTyper::VisitStatements(ZoneList<Statement*>* stmts) {
124 void AstTyper::VisitBlock(Block* stmt) {
132 void AstTyper::VisitExpressionStatement(ExpressionStatement* stmt) {
137 void AstTyper::VisitEmptyStatement(EmptyStatement* stmt) {
141 void AstTyper::VisitSloppyBlockFunctionStatement
    [all...]

Completed in 62 milliseconds