HomeSort by relevance Sort by last modified time
    Searched defs:cache_ (Results 1 - 25 of 29) sorted by null

1 2

  /external/v8/tools/clang/blink_gc_plugin/
CheckTraceVisitor.h 55 RecordCache* cache_; member in class:CheckTraceVisitor
BlinkGCPluginConsumer.h 89 RecordCache cache_; member in class:BlinkGCPluginConsumer
CheckFinalizerVisitor.h 53 RecordCache* cache_; member in class:CheckFinalizerVisitor
RecordInfo.h 133 RecordCache* cache_; member in class:RecordInfo
187 for (Cache::iterator it = cache_.begin(); it != cache_.end(); ++it) {
204 Cache cache_; member in class:RecordCache
  /external/libtextclassifier/common/
fastexp.cc 30 const FastMathClass::Table FastMathClass::cache_ = { member in class:libtextclassifier::nlp_core::FastMathClass
fastexp.h 50 | cache_.exp1[x & kMask1];
59 static const Table cache_; member in class:libtextclassifier::nlp_core::FastMathClass
  /build/kati/
file_cache.cc 40 for (auto p : cache_) {
47 auto p = cache_.emplace(filename, result);
57 for (const auto& p : cache_)
62 unordered_map<string, Makefile*> cache_; member in class:MakefileCacheManagerImpl
fileutil.cc 164 auto p = cache_.emplace(pat, nullptr);
183 return cache_;
187 for (auto& p : cache_) {
190 cache_.clear();
194 unordered_map<string, vector<string>*> cache_; member in class:__anon1404::GlobCache
  /external/v8/src/compiler/
escape-analysis.h 81 MergeCache* cache_; member in class:v8::internal::compiler::EscapeAnalysis
operation-typer.h 79 TypeCache const& cache_; member in class:v8::internal::compiler::OperationTyper
typer.h 50 TypeCache const& cache_; member in class:v8::internal::compiler::Typer
common-operator.h 271 const CommonOperatorGlobalCache& cache_; member in class:v8::internal::compiler::final
js-graph.h 39 cache_(zone()) {
194 CommonNodeCache cache_; member in class:v8::internal::compiler::JSGraph
machine-operator.h 691 MachineOperatorGlobalCache const& cache_; variable
simplified-operator.h 396 const SimplifiedOperatorGlobalCache& cache_; member in class:v8::internal::compiler::final
js-operator.h 539 const JSOperatorGlobalCache& cache_; member in class:v8::internal::compiler::final
  /art/runtime/jit/
profiling_info.h 104 InlineCache* cache = &cache_[i];
158 InlineCache cache_[0]; member in class:art::ProfilingInfo
  /frameworks/base/tools/aapt2/process/
SymbolTable.h 108 android::LruCache<ResourceName, std::shared_ptr<Symbol>> cache_; member in class:aapt::SymbolTable
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 48 : cache_(LINKER_INITIALIZED) {
69 cache_.Transfer(c);
71 if (cache_.Size() > GetSize() && recycle_mutex_.TryLock())
84 Cache cache_; member in class:__sanitizer::Quarantine
92 while (cache_.Size() > min_size) {
93 QuarantineBatch *b = cache_.DequeueBatch();
  /external/v8/src/
bootstrapper.h 20 explicit SourceCodeCache(Script::Type type): type_(type), cache_(NULL) { }
23 cache_ = create_heap_objects ? isolate->heap()->empty_fixed_array() : NULL;
27 v->VisitPointer(bit_cast<Object**, FixedArray**>(&cache_));
31 for (int i = 0; i < cache_->length(); i+=2) {
32 SeqOneByteString* str = SeqOneByteString::cast(cache_->get(i));
35 SharedFunctionInfo::cast(cache_->get(i + 1)));
46 int length = cache_->length();
48 cache_->CopyTo(0, *new_array, 0, cache_->length());
49 cache_ = *new_array
60 FixedArray* cache_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/webrtc/webrtc/base/
diskcache.cc 45 : StreamAdapterInterface(stream), cache_(cache), id_(id), index_(index)
49 cache_->ReleaseResource(id_, index_);
53 const DiskCache* cache_; member in class:rtc::DiskCacheAdapter
diskcache.h 100 : cache_(cache), id_(id), rollback_(rollback)
102 locked_ = cache_->LockResource(id_);
106 cache_->UnlockResource(id_);
108 cache_->DeleteResource(id_);
116 DiskCache* cache_; member in class:rtc::CacheLock
httpclient.h 91 void set_cache(DiskCache* cache) { ASSERT(!IsCacheActive()); cache_ = cache; }
92 bool cache_enabled() const { return (NULL != cache_); }
176 DiskCache* cache_; member in class:rtc::HttpClient
  /toolchain/binutils/binutils-2.25/gold/
fileread.h 269 byteshift_(byteshift), cache_(cache), data_ownership_(data_ownership),
302 { this->cache_ = true; }
306 { this->cache_ = false; }
310 { return this->cache_; }
347 bool cache_; member in class:gold::File_read::View
  /art/compiler/
elf_builder.h 254 : Section(owner, name, type, flags, link, info, align, entsize), cache_() { }
257 Elf_Word offset = cache_.size();
259 cache_.insert(cache_.end(), d, d + length);
264 return cache_.size();
268 this->WriteFully(cache_.data(), cache_.size());
269 cache_.clear();
270 cache_.shrink_to_fit();
280 std::vector<uint8_t> cache_; member in class:art::FINAL::CachedSection
    [all...]

Completed in 2352 milliseconds

1 2