HomeSort by relevance Sort by last modified time
    Searched full:guard_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
heap-inl.h 57 if (guard_) {
79 guard_ = guard_ ||
heap.h 314 if (!guard_) {
364 bool guard_; member in class:v8::internal::PromotionQueue
    [all...]
heap.cc     [all...]
  /sdk/emulator/opengl/host/tools/emugen/
ApiGen.cpp 318 fprintf(fp, "\n#ifndef GUARD_%s\n", classname.c_str());
319 fprintf(fp, "#define GUARD_%s\n\n", classname.c_str());
693 fprintf(fp, "\n#ifndef GUARD_%s\n", classname.c_str());
694 fprintf(fp, "#define GUARD_%s\n\n", classname.c_str());
    [all...]

Completed in 150 milliseconds