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

  /art/runtime/jit/
jit_instrumentation.cc 30 : method_(method), cache_(cache) {
37 cache_->SignalCompiled(self, method_);
49 JitInstrumentationCache* const cache_; member in class:art::jit::JitCompileTask
  /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...]
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/v8/src/compiler/
js-graph.h 34 cache_(zone()) {}
107 CommonNodeCache cache_; member in class:v8::internal::compiler::JSGraph
  /external/openfst/src/include/fst/
accumulator.h 353 for(typename unordered_map<StateId, CacheState>::iterator it = cache_.begin();
354 it != cache_.end();
362 typename unordered_map<StateId, CacheState>::iterator it = cache_.find(s);
363 if (it != cache_.end()) {
374 cache_.insert(make_pair(s, CacheState(weights, true)));
398 typename unordered_map<StateId, CacheState>::iterator it = cache_.begin();
399 while (it != cache_.end() && cache_size_ > cache_target) {
404 cache_.erase(it++);
414 unordered_map<StateId, CacheState> cache_; // Cache member in class:fst::CacheLogAccumulatorData
  /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
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 7178 milliseconds