Home
last modified time | relevance | path

Searched refs:kFast (Results 1 – 2 of 2) sorted by relevance

/external/skia/bench/
DColorPrivBench.cpp12 template <bool kFast, bool kScale>
17 fName.append(kFast ? "_fast" : "_slow"); in FourByteInterpBench()
60 if (kFast && kScale) { in onDraw()
62 } else if (kFast) { in onDraw()
/external/v8/src/heap/
Dmark-compact.cc1640 enum MigrationMode { kFast, kProfiled }; enumerator
1670 MigrateObject<kFast>(dst, src, size, dest); in MigrateObject()