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

  /external/skia/tests/
DetermineDomainModeTest.cpp 56 kSoft = 0, // there is data on the other side of this edge that we are allowed to sample
158 return RectInfo::kSoft;
176 return RectInfo::kSoft;
  /external/skqp/tests/
DetermineDomainModeTest.cpp 56 kSoft = 0, // there is data on the other side of this edge that we are allowed to sample
158 return RectInfo::kSoft;
176 return RectInfo::kSoft;
  /external/v8/src/
globals.h 364 kSoft,
375 case DeoptimizeKind::kSoft:
    [all...]
deoptimizer.cc 467 case DeoptimizeKind::kSoft:
522 if (deopt_kind_ == DeoptimizeKind::kSoft) {
629 if (IsInDeoptimizationTable(isolate, addr, DeoptimizeKind::kSoft)) {
630 *type = DeoptimizeKind::kSoft;
728 deopt_kind_ == DeoptimizeKind::kSoft) {
    [all...]
  /external/v8/src/compiler/
js-type-hint-lowering.cc 500 jsgraph()->common()->Deoptimize(DeoptimizeKind::kSoft, reason,
js-native-context-specialization.cc     [all...]
js-call-reducer.cc     [all...]

Completed in 332 milliseconds