HomeSort by relevance Sort by last modified time
    Searched refs:undefined_constant (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
bytecode-graph-builder.cc 152 Node* undefined_constant = builder->jsgraph()->UndefinedConstant(); local
153 values()->insert(values()->end(), register_count, undefined_constant);
157 values()->push_back(undefined_constant);
    [all...]
ast-graph-builder.cc 526 Node* undefined_constant = builder->jsgraph()->UndefinedConstant(); local
527 values()->insert(values()->end(), locals_count(), undefined_constant);
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 4169 HConstant* undefined_constant = graph()->GetConstantUndefined(); local
    [all...]

Completed in 207 milliseconds