Home
last modified time | relevance | path

Searched refs:AstTyper (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
Dtyping.cc18 AstTyper::AstTyper(Isolate* isolate, Zone* zone, Handle<JSFunction> closure, in AstTyper() function in v8::internal::AstTyper
48 Effect AstTyper::ObservedOnStack(Object* value) { in ObservedOnStack()
54 void AstTyper::ObserveTypesAtOsrEntry(IterationStatement* stmt) { in ObserveTypesAtOsrEntry()
110 void AstTyper::Run() { in Run()
116 void AstTyper::VisitStatements(ZoneList<Statement*>* stmts) { in VisitStatements()
125 void AstTyper::VisitBlock(Block* stmt) { in VisitBlock()
133 void AstTyper::VisitExpressionStatement(ExpressionStatement* stmt) { in VisitExpressionStatement()
138 void AstTyper::VisitEmptyStatement(EmptyStatement* stmt) { in VisitEmptyStatement()
142 void AstTyper::VisitSloppyBlockFunctionStatement( in VisitSloppyBlockFunctionStatement()
148 void AstTyper::VisitIfStatement(IfStatement* stmt) { in VisitIfStatement()
[all …]
Dtyping.h24 class AstTyper final : public AstVisitor<AstTyper> {
26 AstTyper(Isolate* isolate, Zone* zone, Handle<JSFunction> closure,
79 DISALLOW_COPY_AND_ASSIGN(AstTyper);
Dhydrogen.cc187 AstTyper(info()->isolate(), info()->zone(), info()->closure(), in PrepareJobImpl()
8203 AstTyper(target_info.isolate(), target_info.zone(), target_info.closure(), in TryInline()