Searched refs:cacheType (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | SimpleCache.java | 29 public SimpleCache(int cacheType) { in SimpleCache() argument 30 this(cacheType, DEFAULT_CAPACITY); in SimpleCache() 33 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache() argument 34 if (cacheType == ICUCache.WEAK) { in SimpleCache() 35 type = cacheType; in SimpleCache()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | SimpleCache.java | 33 public SimpleCache(int cacheType) { in SimpleCache() argument 34 this(cacheType, DEFAULT_CAPACITY); in SimpleCache() 37 public SimpleCache(int cacheType, int initialCapacity) { in SimpleCache() argument 38 if (cacheType == ICUCache.WEAK) { in SimpleCache() 39 type = cacheType; in SimpleCache()
|
/third_party/node/deps/v8/src/builtins/ |
D | internal.tq | 51 cacheType: Object, maybeFeedbackVector: Undefined|FeedbackVector, 53 dcheck(receiver.map != cacheType); // Handled on the fast path. 64 cacheArray: FixedArray, cacheType: Object, cacheIndex: Smi, 69 if (receiver.map == cacheType) { 75 context, slot, receiver, key, cacheType, feedbackVector,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 305 CacheType cacheType; member 417 if (params.cacheType != TestParams::EXPLICIT_CACHE) in createPipelineCache() 737 if (testParameter.cacheType == TestParams::DERIVATIVE_INDEX) in createPipelineCreateInfos() 912 …if ((testParameter.cacheType == TestParams::DERIVATIVE_HANDLE) && (*basePipeline == VK_NULL_HANDLE… in testInstance() 959 if (testParameter.cacheType == TestParams::DERIVATIVE_INDEX) in createPipelineCreateInfos() 1097 …if ((testParameter.cacheType == TestParams::DERIVATIVE_HANDLE) && (*basePipeline == VK_NULL_HANDLE… in testInstance()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | ProgramExecutableVk.h | 205 void accumulateCacheStats(VulkanCacheType cacheType, const CacheStats &cacheStats);
|
D | ProgramExecutableVk.cpp | 103 DescriptorSetIndex CacheTypeToDescriptorSetIndex(VulkanCacheType cacheType) in CacheTypeToDescriptorSetIndex() argument 105 switch (cacheType) in CacheTypeToDescriptorSetIndex() 2017 void ProgramExecutableVk::accumulateCacheStats(VulkanCacheType cacheType, in accumulateCacheStats() argument 2020 DescriptorSetIndex dsIndex = CacheTypeToDescriptorSetIndex(cacheType); in accumulateCacheStats()
|
D | RendererVk.cpp | 3602 int cacheType = 0; in logCacheStats() local 3606 INFO() << " CacheType " << cacheType++ << ": " << stats.getHitRatio(); in logCacheStats()
|
/third_party/node/deps/v8/tools/ |
D | parse-processor.mjs | 1125 eventType, cacheType, scriptId, startPosition, endPosition, timestamp) { argument
|