Home
last modified time | relevance | path

Searched defs:cache_id (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/art/runtime/verifier/
H A Dreg_type.h314 constexpr PrimitiveType(const std::string_view& descriptor, uint16_t cache_id, Kind kind) in PrimitiveType()
323 constexpr Cat1Type(const std::string_view& descriptor, uint16_t cache_id, Kind kind) in Cat1Type()
366 constexpr Cat2Type(const std::string_view& descriptor, uint16_t cache_id, Kind kind) in Cat2Type()
397 constexpr ConstantType(uint16_t cache_id, Kind kind) in ConstantType()
492 constexpr UninitializedType(const std::string_view& descriptor, uint16_t cache_id, Kind kind) in UninitializedType()
503 uint16_t cache_id) REQUIRES_SHARED(Locks::mutator_lock_) in ReferenceType()
557 UninitializedThisReferenceType(uint16_t cache_id, const ReferenceType* initialized_type) in UninitializedThisReferenceType()
578 UnresolvedType(const std::string_view& descriptor, uint16_t cache_id, Kind kind) in UnresolvedType()
588 UnresolvedReferenceType(const std::string_view& descriptor, uint16_t cache_id) in UnresolvedReferenceType()
613 UnresolvedUninitializedReferenceType(uint16_t cache_id, in UnresolvedUninitializedReferenceType()
[all …]
H A Dreg_type.cc583 uint16_t cache_id) in UnresolvedMergedReferenceType()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c49 enum crocus_program_cache_id cache_id; member
54 make_keybox(void *mem_ctx, enum crocus_program_cache_id cache_id, in make_keybox()
86 enum crocus_program_cache_id cache_id, in crocus_find_cached_shader()
100 enum crocus_program_cache_id cache_id, in crocus_find_previous_compile()
188 enum crocus_program_cache_id cache_id, uint32_t key_size, in crocus_upload_shader()
316 cache_name(enum crocus_program_cache_id cache_id) in cache_name()
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/trie/
H A Dlouds-trie.cc490 const std::size_t cache_id = get_cache_id(parent, label); in cache() local
513 const std::size_t cache_id = get_cache_id(child); in cache() local
607 const std::size_t cache_id = get_cache_id(state.node_id(), in find_child() local
652 const std::size_t cache_id = get_cache_id(state.node_id(), in predictive_find_child() local
723 const std::size_t cache_id = get_cache_id(node_id); in restore_() local
758 const std::size_t cache_id = get_cache_id(node_id); in match_() local
810 const std::size_t cache_id = get_cache_id(node_id); in prefix_match_() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_program_cache.c50 enum iris_program_cache_id cache_id; member
56 enum iris_program_cache_id cache_id, in make_keybox()
89 enum iris_program_cache_id cache_id, in iris_find_cached_shader()
114 enum iris_program_cache_id cache_id, in iris_create_shader_variant()
158 enum iris_program_cache_id cache_id, in iris_upload_shader()
H A Diris_disk_cache.c302 enum iris_program_cache_id cache_id = cache_id_for_stage[stage]; in iris_disk_cache_retrieve() local
/aosp_15_r20/external/webp/src/dec/
H A Dframe_dec.c76 const int cache_id = ctx->id_; in ReconstructRow() local
205 const int cache_id = ctx->id_; in DoFilter() local
377 const int cache_id = ctx->id_; in DitherRow() local
407 const int cache_id = ctx->id_; in FinishRow() local
/aosp_15_r20/external/federated-compute/fcp/client/cache/
H A Dfile_backed_resource_cache.cc158 absl::Status FileBackedResourceCache::Put(absl::string_view cache_id, in Put()
211 FileBackedResourceCache::Get(absl::string_view cache_id, in Get()
369 for (const auto& cache_id : cache_ids_to_delete) { in CleanUp() local
/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Din_memory_request_response_test.cc1291 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local
1326 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local
1362 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local
1407 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local
1454 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local
1498 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local
1537 const std::string cache_id = "(^˵◕ω◕˵^)"; in TEST_F() local
/aosp_15_r20/external/cronet/third_party/cpu_features/src/src/
H A Dimpl_x86__base_implementation.inl1784 int cache_id; member
1788 static int GetWaysLegacyAMD(int cache_level, const uint32_t cache_id) {
1827 static int GetCacheSizeLegacyAMD(int cache_level, const uint32_t cache_id) {
1875 const int cache_id = legacy_cache_info[i].cache_id; local
/aosp_15_r20/external/cpu_features/src/
H A Dimpl_x86__base_implementation.inl1795 int cache_id; member
1799 static int GetWaysLegacyAMD(int cache_level, const uint32_t cache_id) {
1838 static int GetCacheSizeLegacyAMD(int cache_level, const uint32_t cache_id) {
1886 const int cache_id = legacy_cache_info[i].cache_id; local
/aosp_15_r20/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.c237 const u8 *cache_id) in pmksa_cache_add()
593 const void *network_ctx, const u8 *cache_id) in pmksa_cache_get_fils_cache_id()
920 const u8 *cache_id) in pmksa_cache_add()
/aosp_15_r20/external/eigen/bench/
H A Dcheck_cache_queries.cpp58 int cache_id = 0; in main() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/util/
H A Ddisk_cache.rs82 let mut cache_id = [0; SHA1_DIGEST_STRING_LENGTH as usize]; in new() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/io/
H A Dtable.cc36 uint64 cache_id; member
/aosp_15_r20/external/leveldb/table/
H A Dtable.cc30 uint64_t cache_id; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c86 char cache_id[20 * 2 + 1]; in r300_disk_cache_create() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c180 char cache_id[20 * 2 + 1]; in nouveau_disk_cache_create() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp247 char cache_id[20 * 2 + 1]; in create_clc_disk_cache() local
/aosp_15_r20/bionic/libc/kernel/uapi/linux/
H A Datmmpc.h34 __be32 cache_id; member
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/
H A Datmmpc.h34 __be32 cache_id; member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Datmmpc.h34 __be32 cache_id; member
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/
Datmmpc.h46 __be32 cache_id; member
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/
Datmmpc.h46 __be32 cache_id; member
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A Datmmpc.h35 __be32 cache_id; member

123