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

  /external/v8/test/cctest/compiler/
graph-builder-tester.h 243 bool has_effect = op->EffectInputCount() == 1; local
249 if (!has_control && !has_effect) {
254 if (has_effect) ++input_count_with_deps;
258 if (has_effect) {
265 if (has_effect) {
  /external/v8/src/compiler/
bytecode-graph-builder.cc 1601 bool has_effect = op->EffectInputCount() == 1; local
    [all...]
ast-graph-builder.cc 4115 bool has_effect = op->EffectInputCount() == 1; local
    [all...]

Completed in 39 milliseconds