Searched refs:calls_eval (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/parsing/
H A Dpreparse-data.cc19 bool uses_super_property, bool calls_eval) {
27 FunctionEntry::EncodeFlags(language_mode, uses_super_property, calls_eval,
15 LogFunction(int start, int end, int num_parameters, int function_length, bool has_duplicate_parameters, int literals, int properties, LanguageMode language_mode, bool uses_super_property, bool calls_eval) argument
H A Dpreparse-data.h102 bool calls_eval);
H A Dparse-info.h55 FLAG_ACCESSOR(kCallsEval, calls_eval, set_calls_eval)
H A Dparser.h56 bool uses_super_property, bool calls_eval,
60 CallsEvalField::encode(calls_eval) |
76 bool calls_eval() const { function in class:v8::internal::BASE_EMBEDDED
55 EncodeFlags(LanguageMode language_mode, bool uses_super_property, bool calls_eval, bool has_duplicate_parameters) argument
H A Dparser.cc933 if (info->calls_eval()) {
2780 if (entry.calls_eval()) function_scope->RecordEvalCall();
2840 function_scope->uses_super_property(), function_scope->calls_eval());
/external/v8/src/ast/
H A Dast-numbering.cc588 if (scope->calls_eval()) DisableCrankshaft(kFunctionCallsEval);
H A Dscopes.h126 // Propagates any eagerly-gathered scope usage flags (such as calls_eval())
302 bool calls_eval() const { return scope_calls_eval_; } function in class:v8::internal::Scope
H A Dscopeinfo.cc158 CallsEvalField::encode(scope->calls_eval()) |
H A Dscopes.cc798 if (calls_eval()) other->RecordEvalCall();

Completed in 90 milliseconds