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

  /external/piex/src/binary_parse/
cached_paged_byte_array.cc 38 size_t cache_index; local
39 if (getFromCache(page_index, &cache_index)) {
41 *begin = cached_pages_[cache_index].begin;
42 *end = cached_pages_[cache_index].end;
43 *page = cached_pages_[cache_index].page;
47 static_cast<std::ptrdiff_t>(cache_index));
68 size_t* cache_index) const {
71 *cache_index = i;
  /external/v8/src/snapshot/
builtin-serializer.cc 123 int cache_index = startup_serializer_->PartialSnapshotCacheIndex(o); local
126 sink_.PutInt(cache_index, "partial_snapshot_cache_index");
partial-serializer.cc 73 int cache_index = startup_serializer_->PartialSnapshotCacheIndex(obj); local
76 sink_.PutInt(cache_index, "partial_snapshot_cache_index");
deserializer.cc 826 int cache_index = source_.GetInt(); local
    [all...]
  /external/freetype/src/cache/
ftccache.h 63 FT_UShort cache_index; /* index of cache the node belongs to */ member in struct:FTC_NodeRec_
  /external/tensorflow/tensorflow/lite/kernels/
mirror_pad.cc 99 const int cache_index = current_dim * eval_data->input_size + flat_index; local
100 auto& cache_entry = eval_data->op_data->cache[cache_index];
  /external/v8/src/heap/
factory.cc 3749 int cache_index = number_of_properties - 1; local
    [all...]

Completed in 149 milliseconds