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

  /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 155 auto p = cache_.emplace(pat, nullptr);
174 return cache_;
178 for (auto& p : cache_) {
181 cache_.clear();
185 unordered_map<string, vector<string>*> cache_; member in class:__anon1260::GlobCache
  /external/v8/src/compiler/
common-operator.h 192 const CommonOperatorGlobalCache& cache_; member in class:v8::internal::compiler::final
simplified-operator.h 193 const SimplifiedOperatorGlobalCache& cache_; member in class:v8::internal::compiler::final
escape-analysis.h 158 MergeCache* cache_; member in class:v8::internal::compiler::EscapeAnalysis
typer.h 57 TypeCache const& cache_; member in class:v8::internal::compiler::Typer
js-graph.h 37 cache_(zone()) {
158 CommonNodeCache cache_; member in class:v8::internal::compiler::JSGraph
machine-operator.h 350 MachineOperatorGlobalCache const& cache_; member in class:v8::internal::compiler::final
js-operator.h 585 const JSOperatorGlobalCache& cache_; member in class:v8::internal::compiler::final
  /art/runtime/jit/
profiling_info.h 109 InlineCache* cache = &cache_[i];
146 InlineCache* cache = &cache_[i];
176 memset(&cache_, 0, number_of_inline_caches_ * sizeof(InlineCache));
178 cache_[i].dex_pc_ = entries[i];
203 InlineCache cache_[0]; member in class:art::ProfilingInfo
  /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...]
typing-asm.h 117 TypeCache const& cache_; member in class:v8::internal::AsmTyper
frames.h 52 memset(&cache_[0], 0, sizeof(cache_));
58 InnerPointerToCodeCacheEntry* cache(int index) { return &cache_[index]; }
63 InnerPointerToCodeCacheEntry cache_[kInnerPointerToCodeCacheSize]; member in class:v8::internal::InnerPointerToCodeCache
  /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 249 : Section(owner, name, type, flags, link, info, align, entsize), cache_() { }
252 Elf_Word offset = cache_.size();
254 cache_.insert(cache_.end(), d, d + length);
259 return cache_.size();
263 this->WriteFully(cache_.data(), cache_.size());
264 cache_.clear();
265 cache_.shrink_to_fit();
275 std::vector<uint8_t> cache_; member in class:art::FINAL::CachedSection
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 133 : cache_(cache) {
159 get_allocator().Deallocate(cache_, p);
163 return get_allocator().Allocate(cache_, size, 1, false);
167 get_allocator().Deallocate(cache_, p);
170 AllocatorCache *cache_; member in struct:__asan::QuarantineCallback
  /external/v8/src/wasm/
asm-wasm-builder.cc 47 cache_(TypeCache::Get()),
502 if (type->Is(cache_.kUint8Array)) {
505 } else if (type->Is(cache_.kInt8Array)) {
508 } else if (type->Is(cache_.kUint16Array)) {
511 } else if (type->Is(cache_.kInt16Array)) {
514 } else if (type->Is(cache_.kUint32Array)) {
517 } else if (type->Is(cache_.kInt32Array)) {
520 } else if (type->Is(cache_.kUint32Array)) {
523 } else if (type->Is(cache_.kFloat32Array)) {
526 } else if (type->Is(cache_.kFloat64Array))
1020 TypeCache const& cache_; member in class:v8::internal::wasm::AsmWasmBuilderImpl
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 1028 milliseconds