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

  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 85 GC gc_; member in class:webrtc::__anon26613::ScreenCapturerLinux
122 gc_(NULL),
154 gc_ = XCreateGC(display(), root_window_, 0, NULL);
155 if (gc_ == NULL) {
411 if (gc_) {
412 XFreeGC(display(), gc_); local
413 gc_ = NULL;
  /external/v8/tools/gcmole/
gcmole.cc 431 if (in.hasGC()) gc_.set(arg);
442 if (gc_.any()) out.setGC();
449 if (!gc_.any()) return true;
452 return gc_.count() == 1 && !((raw ^ gc_).any());
459 std::bitset<kMaxNumberOfArguments> gc_; member in class:__anon24070::CallProps
    [all...]
  /prebuilts/go/darwin-x86/test/
errchk 90 next unless $src =~ m|// (GC_)?ERROR (.*)|;
run.go 928 errRx = regexp.MustCompile(`// (?:GC_)?ERROR (.*)`)
  /prebuilts/go/linux-x86/test/
errchk 90 next unless $src =~ m|// (GC_)?ERROR (.*)|;
run.go 928 errRx = regexp.MustCompile(`// (?:GC_)?ERROR (.*)`)
  /external/chromium-trace/catapult/tracing/tracing/metrics/v8/
utils.html 123 .replace('V8.GC_', '')
  /toolchain/binutils/binutils-2.25/gold/
symtab.h 1948 Garbage_collection* gc_; member in class:gold::Symbol_table
    [all...]
symtab.cc 568 version_script_(version_script), gc_(NULL), icf_(NULL)
655 gold_assert(this->gc_!= NULL);
656 this->gc_->worklist().push(Section_id(sym->object(), shndx));
    [all...]
  /external/v8/src/heap/
gc-tracer.cc 48 return "V8.GC_" #scope;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
IBM933.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/gconv/
IBM933.so 

Completed in 187 milliseconds