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

  /external/v8/src/crankshaft/
hydrogen-representation-changes.cc 27 bool is_truncating_to_int = use_value->CheckFlag(HValue::kTruncatingToInt32); local
33 if (is_truncating_to_int && to.IsInteger32()) {
43 HChange(value, to, is_truncating_to_smi, is_truncating_to_int,

Completed in 106 milliseconds