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

  /external/chromium_org/tools/memory_watcher/
memory_hook.cc 106 stub_function_(NULL) {
120 CHECK(stub_function_ == NULL);
123 patch_function_, &stub_function_));
128 if (stub_function_)
130 patch_function_, stub_function_);
131 stub_function_ = NULL;
146 DCHECK(stub_function_);
147 return stub_function_;
157 T stub_function_; member in class:Patch

Completed in 60 milliseconds