Searched defs:proto_index (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/ |
H A D | tpu_compilation_cache_interface.cc | 561 int64_t uid, int proto_index, in Lookup() 599 int proto_index = iter->second.second; in Lookup() local
|
H A D | tpu_compilation_cache_lookup.h | 64 virtual Status Lookup(int64_t uid, int proto_index, in Lookup()
|
H A D | tpu_compilation_cache_common.proto | 29 int32 proto_index = 2; field
|
H A D | tpu_compilation_cache_local_lookup.cc | 49 int64_t uid, int proto_index, in Lookup()
|
H A D | tpu_compilation_cache_rpc_lookup.cc | 99 int64_t uid, int proto_index, in Lookup()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | jit_patches_arm64.cc | 111 dex::ProtoIndex proto_index, in DeduplicateJitMethodTypeLiteral()
|
H A D | code_generator_arm64.h | 941 dex::ProtoIndex proto_index, in DeduplicateJitMethodTypeLiteral()
|
H A D | instruction_builder.cc | 2766 void HInstructionBuilder::BuildLoadMethodType(dex::ProtoIndex proto_index, uint32_t dex_pc) { in BuildLoadMethodType()
|
H A D | code_generator_x86_64.cc | 285 const dex::ProtoIndex proto_index = instruction_->AsLoadMethodType()->GetProtoIndex(); in EmitNativeCode() local 6891 dex::ProtoIndex proto_index, in NewJitRootMethodTypePatch()
|
H A D | code_generator_arm64.cc | 291 const dex::ProtoIndex proto_index = instruction_->AsLoadMethodType()->GetProtoIndex(); in EmitNativeCode() local
|
/aosp_15_r20/art/dex2oat/ |
H A D | transaction_test.cc | 615 dex::ProtoIndex proto_index(0u); in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | snapshot_utils.cc | 265 int proto_index = 0; in WriteTensors() local
|
/aosp_15_r20/art/libdexfile/dex/ |
H A D | dex_file_verifier.cc | 3089 uint32_t proto_index = static_cast<uint32_t>(it.GetJavaValue().i); in CheckInterCallSiteIdItem() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_instruction.cc | 592 int proto_index = 0; in CreateFromProto() local
|