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

  /external/chromium_org/v8/test/cctest/compiler/
simplified-graph-builder.cc 54 bool has_effect = OperatorProperties::GetEffectInputCount(op) == 1; local
60 if (!has_control && !has_effect) {
65 if (has_effect) ++input_count_with_deps;
69 if (has_effect) {
76 if (has_effect) {
  /external/chromium_org/v8/src/compiler/
graph-builder.cc 39 bool has_effect = OperatorProperties::GetEffectInputCount(op) == 1; local
45 if (!has_context && !has_framestate && !has_control && !has_effect) {
52 if (has_effect) ++input_count_with_deps;
65 if (has_effect) {
72 if (has_effect) {

Completed in 421 milliseconds