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

/external/v8/src/
H A Dhydrogen.h574 class AstContext { class in namespace:v8::internal
601 AstContext(HGraphBuilder* owner, Expression::Context kind);
602 virtual ~AstContext();
617 AstContext* outer_;
622 class EffectContext: public AstContext {
625 : AstContext(owner, Expression::kEffect) {
635 class ValueContext: public AstContext {
638 : AstContext(owner, Expression::kValue), flag_(flag) {
653 class TestContext: public AstContext {
659 : AstContext(owne
[all...]
H A Dhydrogen.cc2190 // The AstContext constructor pushed on the context stack. This newed
2191 // instance is the reason that AstContext can't be BASE_EMBEDDED.
2214 AstContext::AstContext(HGraphBuilder* owner, Expression::Context kind) function in class:v8::internal::AstContext
2227 AstContext::~AstContext() {
2845 AstContext* context = call_context();

Completed in 216 milliseconds