Home
last modified time | relevance | path

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

/third_party/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()
/third_party/skia/tools/skiaserve/
DRequest.cpp226 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast); in getJsonOps()
243 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast); in getJsonOpsTask()
261 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast); in getJsonInfo()
/third_party/skia/src/utils/
DSkJSONWriter.h37 kFast, enumerator
49 SkJSONWriter(SkWStream* stream, Mode mode = Mode::kFast)
/third_party/skia/tools/skiaserve/urlhandlers/
DBreakHandler.cpp52 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast); in handle()
/third_party/skia/experimental/wasm-skp-debugger/
Ddebugger_bindings.cpp218 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast); in jsonCommandList()
236 SkJSONWriter writer(&stream, SkJSONWriter::Mode::kFast); in lastCommandInfo()
/third_party/skia/tools/trace/
DChromeTracingTracer.cpp283 SkJSONWriter writer(&fileStream, SkJSONWriter::Mode::kFast); in flush()
/third_party/node/deps/v8/src/heap/
Dmark-compact.cc1587 enum MigrationMode { kFast, kObserved }; enumerator
1614 if (mode != MigrationMode::kFast) in RawMigrateObject()
1626 if (mode != MigrationMode::kFast) in RawMigrateObject()
1634 if (mode != MigrationMode::kFast) in RawMigrateObject()
1643 if (mode != MigrationMode::kFast) in RawMigrateObject()
1657 migration_function_ = RawMigrateObject<MigrationMode::kFast>; in EvacuateVisitorBase()