Searched refs:AstContext (Results 1 - 4 of 4) 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();
/external/chromium_org/v8/src/
H A Dhydrogen.h753 class AstContext { class in namespace:v8::internal
787 AstContext(HOptimizedGraphBuilder* owner, Expression::Context kind);
788 virtual ~AstContext();
803 AstContext* outer_;
808 class EffectContext V8_FINAL : public AstContext {
811 : AstContext(owner, Expression::kEffect) {
825 class ValueContext V8_FINAL : public AstContext {
828 : AstContext(owner, Expression::kValue), flag_(flag) {
847 class TestContext V8_FINAL : public AstContext {
853 : AstContext(owne
[all...]
H A Dhydrogen.cc3347 // The AstContext constructor pushed on the context stack. This newed
3348 // instance is the reason that AstContext can't be BASE_EMBEDDED.
3371 AstContext::AstContext(HOptimizedGraphBuilder* owner, Expression::Context kind) function in class:v8::internal::AstContext
3384 AstContext::~AstContext() {
4056 AstContext* context = call_context();

Completed in 178 milliseconds