Home
last modified time | relevance | path

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

/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/parsing/
Dpreparser.cc118 FunctionState function_state(&function_state_, &scope_, function_scope, kind, in PreParseLazyFunction() local
138 if (!function_state.super_location().IsValid()) { in PreParseLazyFunction()
1112 FunctionState function_state(&function_state_, &scope_, function_scope, kind, in ParseFunctionLiteral() local
1161 if (!function_state.super_location().IsValid()) { in ParseFunctionLiteral()
Dparser.cc203 FunctionState function_state(&function_state_, &scope_, function_scope, in DefaultConstructor() local
234 materialized_literal_count = function_state.materialized_literal_count(); in DefaultConstructor()
235 expected_property_count = function_state.expected_property_count(); in DefaultConstructor()
892 FunctionState function_state(&function_state_, &scope_, scope, in DoParseProgram() local
940 function_state.materialized_literal_count(), in DoParseProgram()
941 function_state.expected_property_count(), 0, in DoParseProgram()
1025 FunctionState function_state(&function_state_, &scope_, scope, in ParseLazy() local
4148 FunctionState function_state(&function_state_, &scope_, scope, kind, in ParseFunctionLiteral() local
4163 function_state.set_generator_object_variable(temp); in ParseFunctionLiteral()
4232 function_state.materialized_literal_count(); in ParseFunctionLiteral()
[all …]
Dparser-base.h3049 FunctionState function_state(&function_state_, &scope_, in ParseArrowFunctionLiteral()
3053 function_state.SkipMaterializedLiterals( in ParseArrowFunctionLiteral()
3078 function_state.materialized_literal_count(); in ParseArrowFunctionLiteral()
3079 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral()
3092 materialized_literal_count = function_state.materialized_literal_count(); in ParseArrowFunctionLiteral()
3093 expected_property_count = function_state.expected_property_count(); in ParseArrowFunctionLiteral()
3095 super_loc = function_state.super_location(); in ParseArrowFunctionLiteral()
/external/v8/src/crankshaft/
Dhydrogen.cc4101 outer_(owner->function_state()) { in FunctionState()
4324 owner()->Goto(empty_true, if_true(), owner()->function_state()); in ReturnControl()
4325 owner()->Goto(empty_false, if_false(), owner()->function_state()); in ReturnControl()
4336 owner()->Goto(true_branch, if_true(), owner()->function_state()); in ReturnContinuation()
4339 owner()->Goto(false_branch, if_false(), owner()->function_state()); in ReturnContinuation()
4946 FunctionState* state = function_state(); in VisitReturnStatement()
5863 Handle<JSFunction> closure = function_state()->compilation_info()->closure(); in VisitObjectLiteral()
7742 if (function_state()->outer() == NULL) return; in EnsureArgumentsArePushedForAccess()
7744 if (function_state()->arguments_pushed()) return; in EnsureArgumentsArePushedForAccess()
7747 HEnterInlined* entry = function_state()->entry(); in EnsureArgumentsArePushedForAccess()
[all …]
Dhydrogen.h2135 FunctionState* function_state() const { return function_state_; } in function_state() function
2172 return function_state()->compilation_info(); in current_info()
2175 return function_state()->call_context(); in call_context()
2178 return function_state()->function_return(); in function_return()
2181 return function_state()->test_context(); in inlined_test_context()
2190 function_state()->ClearInlinedTestContext(); in ClearInlinedTestContext()
2193 return function_state()->compilation_info()->language_mode(); in function_language_mode()