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

  /art/compiler/dex/
vreg_analysis.cc 134 bool type_mismatch = false; local
176 type_mismatch |= reg_location_[uses[next]].wide;
195 type_mismatch |= reg_location_[uses[next]].wide;
213 type_mismatch |= reg_location_[uses[next]].wide;
223 type_mismatch |= reg_location_[uses[0]].wide;
234 type_mismatch |= reg_location_[uses[0]].wide;
245 type_mismatch |= reg_location_[uses[0]].wide;
283 type_mismatch |= reg_location_[uses[next]].wide;
309 type_mismatch |= reg_location_[uses[i]].wide;
313 type_mismatch |= reg_location_[uses[i]].wide
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 36 RECOVERABLE(type_mismatch, TypeMismatchData *Data, ValueHandle Pointer)

Completed in 73 milliseconds