HomeSort by relevance Sort by last modified time
    Searched defs:has_context (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/compiler/
graph-builder.cc 36 bool has_context = OperatorProperties::HasContextInput(op); local
45 if (!has_context && !has_framestate && !has_control && !has_effect) {
49 if (has_context) ++input_count_with_deps;
56 if (has_context) {
  /external/chromium_org/v8/src/
scopeinfo.cc 173 bool has_context = context_locals > 0 || local
178 if (has_context) {

Completed in 178 milliseconds