Searched defs:cache_ (Results 1 - 25 of 29) sorted by relevance

12

/external/libtextclassifier/util/math/
H A Dfastexp.cc29 const FastMathClass::Table FastMathClass::cache_ = { member in class:libtextclassifier2::FastMathClass
H A Dfastexp.h49 | cache_.exp1[x & kMask1];
58 static const Table cache_; member in class:libtextclassifier2::FastMathClass
/external/v8/tools/clang/blink_gc_plugin/
H A DCheckTraceVisitor.h55 RecordCache* cache_; member in class:CheckTraceVisitor
H A DBlinkGCPluginConsumer.h89 RecordCache cache_; member in class:BlinkGCPluginConsumer
H A DCheckFinalizerVisitor.h53 RecordCache* cache_; member in class:CheckFinalizerVisitor
H A DRecordInfo.h134 RecordCache* cache_; member in class:RecordInfo
188 for (Cache::iterator it = cache_.begin(); it != cache_.end(); ++it) {
205 Cache cache_; member in class:RecordCache
/external/tensorflow/tensorflow/core/util/
H A Dtensor_slice_reader_cache.h49 mutable TensorSliceReaderCache* cache_ = nullptr; member in class:tensorflow::checkpoint::TensorSliceReaderCacheWrapper
/external/v8/src/compiler/
H A Descape-analysis.h81 MergeCache* cache_; member in class:v8::internal::compiler::EscapeAnalysis
H A Doperation-typer.h79 TypeCache const& cache_; member in class:v8::internal::compiler::OperationTyper
H A Dtyper.h50 TypeCache const& cache_; member in class:v8::internal::compiler::Typer
H A Djs-graph.h39 cache_(zone()) {
194 CommonNodeCache cache_; member in class:v8::internal::compiler::JSGraph
H A Dmachine-operator.h665 MachineOperatorGlobalCache const& cache_; variable
H A Dsimplified-operator.h466 const SimplifiedOperatorGlobalCache& cache_; member in class:v8::internal::compiler::final
H A Dcommon-operator.h389 const CommonOperatorGlobalCache& cache_; member in class:v8::internal::compiler::final
H A Djs-operator.h715 const JSOperatorGlobalCache& cache_; member in class:v8::internal::compiler::final
/external/perfetto/src/traced/probes/filesystem/
H A Dinode_file_data_source.h117 LRUInodeCache* cache_; member in class:perfetto::InodeFileDataSource
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Drpc_rendezvous_mgr_test.cc68 : cache_(new DummyWorkerCache),
70 std::unique_ptr<WorkerCacheInterface>(cache_),
77 DummyWorkerCache* cache_; // Managed by worker_session. member in class:tensorflow::RpcRendezvousMgrTest
/external/perf_data_converter/src/quipper/
H A Ddso_test_utils.cc57 cache_.emplace_back(data_storage);
65 for (auto &s : cache_) {
71 std::vector<char *> cache_; member in class:quipper::testing::__anon18578::ElfDataCache
/external/tensorflow/tensorflow/core/kernels/data/
H A Dcache_dataset_ops.cc274 if (cache_) {
276 {this, strings::StrCat(prefix, "::MemoryReader")}, cache_.get()));
301 // This iterator is used when dataset->cache_ is null. After buffering
303 // updated into the parent dataset's cache_ pointer.
309 cache_(new std::vector<std::vector<Tensor>>) {}
318 // Guard on cache_ to not crash if GetNext is called a second time
320 if (cache_) {
323 DCHECK(!dataset()->cache_);
324 cache_.swap(dataset()->cache_);
365 const std::vector<std::vector<Tensor>>* const cache_; member in class:tensorflow::__anon26415::CacheDatasetOp::MemoryDataset::MemoryReaderIterator::std
[all...]
/external/webrtc/webrtc/base/
H A Ddiskcache.h100 : 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
H A Ddiskcache.cc45 : StreamAdapterInterface(stream), cache_(cache), id_(id), index_(index)
49 cache_->ReleaseResource(id_, index_);
53 const DiskCache* cache_; member in class:rtc::DiskCacheAdapter
H A Dhttpclient.h91 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
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h48 : 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/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiler.h358 cache_; member in class:tensorflow::XlaCompiler
/external/v8/src/
H A Dbootstrapper.h20 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_
60 FixedArray* cache_; member in class:v8::internal::BASE_EMBEDDED
[all...]

Completed in 504 milliseconds

12