Searched refs:cache_ (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | bootstrapper.h | 20 explicit SourceCodeCache(Script::Type type): type_(type), cache_(NULL) { } in SourceCodeCache() 23 cache_ = create_heap_objects ? isolate->heap()->empty_fixed_array() : NULL; in Initialize() 27 v->VisitPointer(bit_cast<Object**, FixedArray**>(&cache_)); in Iterate() 31 for (int i = 0; i < cache_->length(); i+=2) { in Lookup() 32 SeqOneByteString* str = SeqOneByteString::cast(cache_->get(i)); in Lookup() 35 SharedFunctionInfo::cast(cache_->get(i + 1))); in Lookup() 46 int length = cache_->length(); in Add() 48 cache_->CopyTo(0, *new_array, 0, cache_->length()); in Add() 49 cache_ = *new_array; in Add() 53 cache_->set(length, *str); in Add() [all …]
|
D | frames.h | 52 memset(&cache_[0], 0, sizeof(cache_)); in Flush() 58 InnerPointerToCodeCacheEntry* cache(int index) { return &cache_[index]; } in cache() 63 InnerPointerToCodeCacheEntry cache_[kInnerPointerToCodeCacheSize]; variable
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_quarantine.h | 48 : cache_(LINKER_INITIALIZED) { in Quarantine() 69 cache_.Transfer(c); in Drain() 71 if (cache_.Size() > GetSize() && recycle_mutex_.TryLock()) in Drain() 84 Cache cache_; variable 92 while (cache_.Size() > min_size) { in Recycle() 93 QuarantineBatch *b = cache_.DequeueBatch(); in Recycle()
|
/external/v8/src/compiler/ |
D | js-graph.cc | 151 Node** loc = cache_.FindInt32Constant(value); in Int32Constant() 160 Node** loc = cache_.FindNumberConstant(value); in NumberConstant() 169 Node** loc = cache_.FindFloat64Constant(value); in Float64Constant() 178 Node** loc = cache_.FindExternalConstant(reference); in ExternalConstant()
|
D | js-graph.h | 34 cache_(zone()) {} in JSGraph() 107 CommonNodeCache cache_; variable
|
/external/openfst/src/include/fst/ |
D | accumulator.h | 353 for(typename unordered_map<StateId, CacheState>::iterator it = cache_.begin(); in ~CacheLogAccumulatorData() 354 it != cache_.end(); in ~CacheLogAccumulatorData() 362 typename unordered_map<StateId, CacheState>::iterator it = cache_.find(s); in GetWeights() 363 if (it != cache_.end()) { in GetWeights() 374 cache_.insert(make_pair(s, CacheState(weights, true))); in AddWeights() 398 typename unordered_map<StateId, CacheState>::iterator it = cache_.begin(); in GC() 399 while (it != cache_.end() && cache_size_ > cache_target) { in GC() 404 cache_.erase(it++); in GC() 414 unordered_map<StateId, CacheState> cache_; // Cache variable
|
/external/compiler-rt/lib/asan/ |
D | asan_allocator.cc | 133 : cache_(cache) { in QuarantineCallback() 159 get_allocator().Deallocate(cache_, p); in Recycle() 163 return get_allocator().Allocate(cache_, size, 1, false); in Allocate() 167 get_allocator().Deallocate(cache_, p); in Deallocate() 170 AllocatorCache *cache_; member
|
/external/ceres-solver/cmake/ |
D | FindEigen.cmake | 54 # are set with valid values _in the CMake cache_. This means that if these
|
D | FindGlog.cmake | 52 # are set with valid values _in the CMake cache_. This means that if these
|
D | FindGflags.cmake | 52 # are set with valid values _in the CMake cache_. This means that if these
|
D | FindCXSparse.cmake | 59 # are set with valid values _in the CMake cache_. This means that if these
|