Searched defs:function_state_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
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 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...]

Completed in 68 milliseconds