Searched refs:AstContext (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.h34 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...]
H A Dast-graph-builder.cc235 AstGraphBuilder::AstContext::AstContext(AstGraphBuilder* own, function in class:v8::internal::compiler::AstGraphBuilder::AstContext
245 AstGraphBuilder::AstContext::~AstContext() {
/external/chromium_org/v8/src/
H A Dhydrogen.h761 class AstContext { class in namespace:v8::internal
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(owne
[all...]
H A Dhydrogen.cc3946 // The AstContext constructor pushed on the context stack. This newed
3947 // instance is the reason that AstContext can't be BASE_EMBEDDED.
3985 AstContext::AstContext(HOptimizedGraphBuilder* owner, Expression::Context kind) function in class:v8::internal::AstContext
3998 AstContext::~AstContext() {
4751 AstContext* context = call_context();

Completed in 1732 milliseconds