Searched refs:kSoft (Results 1 – 7 of 7) sorted by relevance
/external/skia/tests/ |
D | DetermineDomainModeTest.cpp | 56 kSoft = 0, // there is data on the other side of this edge that we are allowed to sample enumerator 158 return RectInfo::kSoft; in compute_inset_edgetype() 176 return RectInfo::kSoft; in compute_inset_edgetype()
|
/external/skqp/tests/ |
D | DetermineDomainModeTest.cpp | 56 kSoft = 0, // there is data on the other side of this edge that we are allowed to sample enumerator 158 return RectInfo::kSoft; in compute_inset_edgetype() 176 return RectInfo::kSoft; in compute_inset_edgetype()
|
/external/v8/src/ |
D | deoptimizer.cc | 467 case DeoptimizeKind::kSoft: in MessageFor() 522 if (deopt_kind_ == DeoptimizeKind::kSoft) { in Deoptimizer() 629 if (IsInDeoptimizationTable(isolate, addr, DeoptimizeKind::kSoft)) { in IsDeoptimizationEntry() 630 *type = DeoptimizeKind::kSoft; in IsDeoptimizationEntry() 728 deopt_kind_ == DeoptimizeKind::kSoft) { in DoComputeOutputFrames() 1823 CHECK(kind == DeoptimizeKind::kEager || kind == DeoptimizeKind::kSoft || in EnsureCodeForDeoptimizationEntry() 1849 EnsureCodeForDeoptimizationEntry(isolate, DeoptimizeKind::kSoft); in EnsureCodeForMaxDeoptimizationEntries()
|
D | globals.h | 364 kSoft, enumerator 375 case DeoptimizeKind::kSoft:
|
/external/v8/src/compiler/ |
D | js-type-hint-lowering.cc | 500 jsgraph()->common()->Deoptimize(DeoptimizeKind::kSoft, reason, in TryBuildSoftDeopt()
|
D | js-native-context-specialization.cc | 1539 common()->Deoptimize(DeoptimizeKind::kSoft, reason, VectorSlotPair()), in ReduceSoftDeoptimize()
|
D | js-call-reducer.cc | 4308 common()->Deoptimize(DeoptimizeKind::kSoft, reason, VectorSlotPair()), in ReduceSoftDeoptimize()
|