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

  /external/v8/src/
hydrogen.h 545 class FunctionState BASE_EMBEDDED {
547 FunctionState(HGraphBuilder* owner,
550 ~FunctionState();
562 FunctionState* outer() { return outer_; }
584 FunctionState* outer_;
691 FunctionState* function_state() const { return function_state_; }
692 void set_function_state(FunctionState* state) { function_state_ = state; }
907 FunctionState* function_state_;
910 FunctionState initial_function_state_;
926 friend class FunctionState; // Pushes and pops the state stack
    [all...]
hydrogen.cc     [all...]

Completed in 439 milliseconds