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

  /external/chromium_org/v8/src/compiler/
ast-graph-builder.h 34 class AstContext;
47 AstContext* ast_context() const { return ast_context_; }
51 void set_ast_context(AstContext* ctx) { ast_context_ = ctx; }
116 AstContext* ast_context_;
282 class AstGraphBuilder::AstContext BASE_EMBEDDED {
289 // that is about to be plugged into this AstContext.
306 AstContext(AstGraphBuilder* owner, Expression::Context kind);
307 virtual ~AstContext();
321 AstContext* outer_;
326 class AstGraphBuilder::AstEffectContext FINAL : public AstContext {
    [all...]
ast-graph-builder.cc 235 AstGraphBuilder::AstContext::AstContext(AstGraphBuilder* own,
245 AstGraphBuilder::AstContext::~AstContext() {
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 761 class AstContext {
795 AstContext(HOptimizedGraphBuilder* owner, Expression::Context kind);
796 virtual ~AstContext();
811 AstContext* outer_;
816 class EffectContext FINAL : public AstContext {
819 : AstContext(owner, Expression::kEffect) {
833 class ValueContext FINAL : public AstContext {
836 : AstContext(owner, Expression::kValue), flag_(flag) {
855 class TestContext FINAL : public AstContext {
861 : AstContext(owner, Expression::kTest)
    [all...]
hydrogen.cc     [all...]

Completed in 545 milliseconds