Searched refs:function_state_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.h78 function_state_(NULL),
248 function_state_ = parser->function_state_;
250 function_state_->next_materialized_literal_index_;
251 next_handler_index_ = function_state_->next_handler_index_;
252 expected_property_count_ = function_state_->expected_property_count_;
256 function_state_->next_materialized_literal_index_ =
258 function_state_->next_handler_index_ = next_handler_index_;
259 function_state_->expected_property_count_ = expected_property_count_;
263 FunctionState* function_state_; member in class:v8::internal::ParserBase::BASE_EMBEDDED
578 FunctionState* function_state_; // Function state stack. member in class:v8::internal::ParserBase
[all...]
H A Dpreparser.cc126 FunctionState top_state(&function_state_, &scope_, &top_scope, NULL,
130 FunctionState function_state(&function_state_, &scope_, &function_scope, NULL,
834 FunctionState function_state(&function_state_, &scope_, &function_scope, NULL,
936 function_state_->materialized_literal_count(),
937 function_state_->expected_property_count(),
H A Dparser.cc898 FunctionState function_state(&function_state_, &scope_, *scope, zone(),
1011 FunctionState function_state(&function_state_, &scope_, scope, zone(),
2576 function_state_->generator_object_variable());
2778 int index = function_state_->NextHandlerIndex();
2792 int index = function_state_->NextHandlerIndex();
2797 int index = function_state_->NextHandlerIndex();
3515 FunctionState function_state(&function_state_, &scope_, scope, zone(),
3795 function_state_->generator_object_variable());
3799 function_state_->generator_object_variable());
3810 function_state_
[all...]
H A Dhydrogen.h2123 FunctionState* function_state() const { return function_state_; }
2161 void set_function_state(FunctionState* state) { function_state_ = state; }
2717 FunctionState* function_state_; member in class:v8::internal::HOptimizedGraphBuilder
H A Dhydrogen.cc3323 function_state_(NULL),
3331 // constructor for the initial state relies on function_state_ == NULL
3333 function_state_= &initial_function_state_;

Completed in 130 milliseconds