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

  /external/v8/src/parsing/
preparser.cc 114 FunctionState top_state(&function_state_, &scope_, top_scope, kNormalFunction,
120 FunctionState function_state(&function_state_, &scope_, function_scope, kind,
738 function_state_->set_return_location(scanner()->location());
754 IsSubclassConstructor(function_state_->kind())
755 ? function_state_->return_expr_context()
758 ReturnExprScope maybe_allow_tail_calls(function_state_,
910 ReturnExprScope no_tail_calls(function_state_,
    [all...]
parser-base.h 182 function_state_(NULL),
503 : function_state_(function_state),
514 function_state_->set_return_expr_context(sav_return_expr_context_);
518 FunctionState* function_state_; member in class:v8::internal::ParseFunctionFlags::MethodKind::ParserBase::ReturnExprScope
528 : function_state_(function_state), list_(list) {
532 function_state_->tail_call_expressions().Swap(*list_);
536 FunctionState* function_state_; member in class:v8::internal::ParseFunctionFlags::MethodKind::ParserBase::CollectExpressionsInTailPositionToListScope
547 function_state_ = parser->function_state_;
549 function_state_->next_materialized_literal_index_
563 FunctionState* function_state_; member in class:v8::internal::ParseFunctionFlags::MethodKind::ParserBase::BASE_EMBEDDED
1168 FunctionState* function_state_; \/\/ Function state stack. member in class:v8::internal::ParseFunctionFlags::MethodKind::ParserBase
    [all...]
preparser.h     [all...]
parser.cc 202 FunctionState function_state(&function_state_, &scope_, function_scope,
687 parser_->function_state_->generator_object_variable());
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 2896 FunctionState* function_state_; member in class:v8::internal::HOptimizedGraphBuilder
    [all...]
hydrogen.cc     [all...]

Completed in 57 milliseconds