Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc152 Node* undefined_constant = builder->jsgraph()->UndefinedConstant(); in Environment() local
153 values()->insert(values()->end(), register_count, undefined_constant); in Environment()
157 values()->push_back(undefined_constant); in Environment()
Dast-graph-builder.cc526 Node* undefined_constant = builder->jsgraph()->UndefinedConstant(); in Environment() local
527 values()->insert(values()->end(), locals_count(), undefined_constant); in Environment()
/external/v8/src/crankshaft/
Dhydrogen.cc4169 HConstant* undefined_constant = graph()->GetConstantUndefined(); in SetUpScope() local
4172 environment()->Bind(i, undefined_constant); in SetUpScope()
4182 prolog_env->BindContext(undefined_constant); in SetUpScope()