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

  /external/v8/tools/clang/blink_gc_plugin/
Edge.h 86 enum LivenessKind { kWeak, kStrong, kRoot };
218 LivenessKind Kind() { return kRoot; }
229 LivenessKind Kind() { return kRoot; }
253 LivenessKind Kind() { return is_root_ ? kRoot : kStrong; }
CheckFieldsVisitor.cpp 44 if ((*it)->Kind() == Edge::kRoot)
  /frameworks/rs/
rsDefines.h 483 static const char kRoot[] = "root";
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 421 size_t RootLen = strlen(kRoot) + 1;
423 strncpy(TmpNameList[0], kRoot, RootLen);
  /frameworks/compile/libbcc/lib/
Compiler.cpp 381 kRoot, // Graphics drawing function or compute kernel.

Completed in 414 milliseconds