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

  /external/v8/src/ast/
scopes.h 358 bool NeedsContext() const {
scopes.cc 751 if (s->NeedsContext()) n++;
764 if (NeedsContext()) {
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 209 lit->scope()->NeedsContext()) {}
    [all...]
full-codegen.cc     [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 580 if (scope()->NeedsContext()) {
710 if (stmt->scope() != nullptr && stmt->scope()->NeedsContext()) {
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 358 milliseconds