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

  /external/v8/src/compiler/
ast-graph-builder.h 31 // The AstGraphBuilder produces a high-level IR graph, based on an
35 class AstGraphBuilder : public AstVisitor {
37 AstGraphBuilder(Zone* local_zone, CompilationInfo* info, JSGraph* jsgraph,
442 DISALLOW_COPY_AND_ASSIGN(AstGraphBuilder);
454 class AstGraphBuilder::Environment : public ZoneObject {
456 Environment(AstGraphBuilder* builder, Scope* scope, Node* control_dependency);
558 AstGraphBuilder* builder_;
577 AstGraphBuilder* builder() const { return builder_; }
ast-graph-builder.cc 28 class AstGraphBuilder::AstContext BASE_EMBEDDED {
53 AstContext(AstGraphBuilder* owner, Expression::Context kind);
56 AstGraphBuilder* owner() const { return owner_; }
67 AstGraphBuilder* owner_;
73 class AstGraphBuilder::AstEffectContext final : public AstContext {
75 explicit AstEffectContext(AstGraphBuilder* owner)
84 class AstGraphBuilder::AstValueContext final : public AstContext {
86 explicit AstValueContext(AstGraphBuilder* owner)
95 class AstGraphBuilder::AstTestContext final : public AstContext {
97 AstTestContext(AstGraphBuilder* owner, TypeFeedbackId feedback_id
    [all...]

Completed in 164 milliseconds