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

  /external/skia/bench/
ColorPrivBench.cpp 12 template <bool kFast, bool kScale>
17 fName.append(kFast ? "_fast" : "_slow");
60 if (kFast && kScale) {
62 } else if (kFast) {
  /art/compiler/jni/
jni_compiler_test.cc 59 kFast = Compiler::kFastNative, // Native method annotated with @FastNative.
90 case static_cast<uint32_t>(JniKind::kFast): {
420 gCurrentJni = static_cast<uint32_t>(JniKind::kFast); \
427 gCurrentJni = static_cast<uint32_t>(JniKind::kFast); \
    [all...]
  /external/v8/src/heap/
mark-compact.cc     [all...]

Completed in 234 milliseconds