Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc4144 bool should_be_used_once_hint = false; in ParseFunctionLiteral() local
4242 should_be_used_once_hint = true; in ParseFunctionLiteral()
4337 if (should_be_used_once_hint) in ParseFunctionLiteral()
/external/v8/src/
Dcompiler.cc1657 literal->should_be_used_once_hint()) { in GetSharedFunctionInfo()
/external/v8/src/ast/
Dast.h2709 bool should_be_used_once_hint() const { in should_be_used_once_hint() function