Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.h78 function_state_(NULL), in ParserBase()
248 function_state_ = parser->function_state_; in CheckpointBase()
250 function_state_->next_materialized_literal_index_; in CheckpointBase()
251 next_handler_index_ = function_state_->next_handler_index_; in CheckpointBase()
252 expected_property_count_ = function_state_->expected_property_count_; in CheckpointBase()
256 function_state_->next_materialized_literal_index_ = in Restore()
258 function_state_->next_handler_index_ = next_handler_index_; in Restore()
259 function_state_->expected_property_count_ = expected_property_count_; in Restore()
263 FunctionState* function_state_;
437 return function_state_->factory(); in factory()
[all …]
Dpreparser.cc126 FunctionState top_state(&function_state_, &scope_, &top_scope, NULL, in PreParseLazyFunction()
130 FunctionState function_state(&function_state_, &scope_, &function_scope, NULL, in PreParseLazyFunction()
834 FunctionState function_state(&function_state_, &scope_, &function_scope, NULL, in ParseFunctionLiteral()
936 function_state_->materialized_literal_count(), in ParseLazyFunctionLiteralBody()
937 function_state_->expected_property_count(), in ParseLazyFunctionLiteralBody()
Dparser.cc898 FunctionState function_state(&function_state_, &scope_, *scope, zone(), in DoParseProgram()
1011 FunctionState function_state(&function_state_, &scope_, scope, zone(), in ParseLazy()
2576 function_state_->generator_object_variable()); in ParseReturnStatement()
2778 int index = function_state_->NextHandlerIndex(); in ParseTryStatement()
2792 int index = function_state_->NextHandlerIndex(); in ParseTryStatement()
2797 int index = function_state_->NextHandlerIndex(); in ParseTryStatement()
3515 FunctionState function_state(&function_state_, &scope_, scope, zone(), in ParseFunctionLiteral()
3795 function_state_->generator_object_variable()); in ParseEagerFunctionBody()
3799 function_state_->generator_object_variable()); in ParseEagerFunctionBody()
3810 function_state_->generator_object_variable()); in ParseEagerFunctionBody()
Dhydrogen.h2123 FunctionState* function_state() const { return function_state_; } in function_state()
2161 void set_function_state(FunctionState* state) { function_state_ = state; } in set_function_state()
2717 FunctionState* function_state_; variable
Dhydrogen.cc3323 function_state_(NULL), in HOptimizedGraphBuilder()
3333 function_state_= &initial_function_state_; in HOptimizedGraphBuilder()