Home
last modified time | relevance | path

Searched refs:MustAllocate (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dscopes.cc1244 bool Scope::MustAllocate(Variable* var) { in MustAllocate() function in v8::internal::Scope
1312 if (arguments != nullptr && MustAllocate(arguments) && in AllocateParameterLocals()
1335 if (rest_parameter_ && !MustAllocate(rest_parameter_)) { in AllocateParameterLocals()
1358 if (MustAllocate(var)) { in AllocateParameter()
1392 if (var->IsUnallocated() && MustAllocate(var)) { in AllocateNonParameterLocal()
1460 if (new_target_var != nullptr && MustAllocate(new_target_var)) { in AllocateNonParameterLocalsAndDeclaredGlobals()
1466 if (this_function_var != nullptr && MustAllocate(this_function_var)) { in AllocateNonParameterLocalsAndDeclaredGlobals()
Dscopes.h758 bool MustAllocate(Variable* var);
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dperf_report_output.txt481 0.24^7145279^HTMLParserThrea^chrome ^[.] v8::internal::Scope::MustAllocate(v8::intern…
483 --- v8::internal::Scope::MustAllocate(v8::internal::Variable*)