Home
last modified time | relevance | path

Searched refs:function_state (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc110 FunctionState function_state(&function_state_, &scope_, function_scope); in PreParseFunction() local
238 FunctionState function_state(&function_state_, &scope_, function_scope); in ParseFunctionLiteral() local
Dparser-base.h497 explicit ReturnExprScope(FunctionState* function_state, in ReturnExprScope() argument
499 : function_state_(function_state), in ReturnExprScope()
500 sav_return_expr_context_(function_state->return_expr_context()) { in ReturnExprScope()
506 function_state->set_return_expr_context(return_expr_context); in ReturnExprScope()
522 CollectExpressionsInTailPositionToListScope(FunctionState* function_state, in CollectExpressionsInTailPositionToListScope() argument
524 : function_state_(function_state), list_(list) { in CollectExpressionsInTailPositionToListScope()
525 function_state->tail_call_expressions().Swap(*list_); in CollectExpressionsInTailPositionToListScope()
4156 FunctionState function_state(&function_state_, &scope_, in ParseArrowFunctionLiteral()
4202 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral()
4231 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral()
[all …]
Dparser.cc184 FunctionState function_state(&function_state_, &scope_, function_scope); in DefaultConstructor() local
208 expected_property_count = function_state.expected_property_count(); in DefaultConstructor()
684 FunctionState function_state(&function_state_, &scope_, scope); in DoParseProgram() local
750 scope, body, function_state.expected_property_count(), in DoParseProgram()
847 FunctionState function_state(&function_state_, &scope_, outer_function); in DoParseFunction() local
884 function_state.destructuring_assignments_to_rewrite().length(); in DoParseFunction()
3136 FunctionState function_state(&function_state_, &scope_, function_scope); in ParseFunction() local
3197 *expected_property_count = function_state.expected_property_count(); in ParseFunction()
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py1940 function_state, error): argument
1996 function_state.Begin(function)
2003 function_state.Check(error, filename, linenum)
2004 function_state.End()
2006 function_state.Count() # Count non-blank/non-comment lines.
3776 include_state, function_state, nesting_state, error, argument
3801 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
3833 function_state = _FunctionState()
3847 include_state, function_state, nesting_state, error,
/external/libvpx/libvpx/tools/
Dcpplint.py2274 function_state, error): argument
2330 function_state.Begin(function)
2337 function_state.Check(error, filename, linenum)
2338 function_state.End()
2340 function_state.Count() # Count non-blank/non-comment lines.
4492 include_state, function_state, nesting_state, error, argument
4517 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
4551 function_state = _FunctionState()
4565 include_state, function_state, nesting_state, error,
/external/v8/src/crankshaft/
Dhydrogen.h2090 FunctionState* function_state() const { return function_state_; } in function_state() function
2129 return function_state()->compilation_info(); in current_info()
2132 return function_state()->call_context(); in call_context()
2135 return function_state()->function_return(); in function_return()
2138 return function_state()->test_context(); in inlined_test_context()
2150 function_state()->ClearInlinedTestContext(); in ClearInlinedTestContext()
2153 return function_state()->compilation_info()->parse_info()->language_mode(); in function_language_mode()
2998 builder_->function_state()->IncrementInDoExpressionScope(); in DoExpressionScope()
3001 builder_->function_state()->DecrementInDoExpressionScope(); in ~DoExpressionScope()
Dhydrogen.cc3155 if (function_state()->IsInsideDoExpressionScope()) { in BuildLoopEntry()
3625 outer_(owner->function_state()) { in FunctionState()
3844 owner()->Goto(empty_true, if_true(), owner()->function_state()); in ReturnControl()
3845 owner()->Goto(empty_false, if_false(), owner()->function_state()); in ReturnControl()
3856 owner()->Goto(true_branch, if_true(), owner()->function_state()); in ReturnContinuation()
3859 owner()->Goto(false_branch, if_false(), owner()->function_state()); in ReturnContinuation()
4397 if (function_state()->IsInsideDoExpressionScope()) { in VisitContinueStatement()
4430 if (function_state()->IsInsideDoExpressionScope()) { in VisitBreakStatement()
4461 FunctionState* state = function_state(); in VisitReturnStatement()
5454 Handle<JSFunction> closure = function_state()->compilation_info()->closure(); in VisitObjectLiteral()
[all …]
/external/google-styleguide/cpplint/
Dcpplint.py3041 function_state, error): argument
3095 function_state.Begin(function)
3102 function_state.Check(error, filename, linenum)
3103 function_state.End()
3105 function_state.Count() # Count non-blank/non-comment lines.
5765 include_state, function_state, nesting_state, error, argument
5791 CheckForFunctionLengths(filename, clean_lines, line, function_state, error)
5898 function_state = _FunctionState()
5913 include_state, function_state, nesting_state, error,
Dcpplint_unittest.py128 function_state = cpplint._FunctionState()
131 include_state, function_state,
187 function_state = cpplint._FunctionState()
193 function_state, error_collector)