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

  /external/v8/src/
hydrogen.h 574 class AstContext {
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(owner, Expression::kTest)
    [all...]
hydrogen.cc     [all...]

Completed in 34 milliseconds