/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | variant_op_registry.h | 111 const TypeIndex& type_index, in RegisterDeviceCopyFn() 127 const VariantDeviceCopyDirection direction, const TypeIndex& type_index) { in GetDeviceCopyFn() 135 const TypeIndex& type_index, in RegisterUnaryOpFn() 149 const TypeIndex& type_index) { in GetUnaryOpFn() 157 const TypeIndex& type_index, in RegisterBinaryOpFn() 172 const TypeIndex& type_index) { in GetBinaryOpFn() 392 const VariantDeviceCopyDirection direction, const TypeIndex& type_index, in UnaryVariantDeviceCopyRegistration() 423 const TypeIndex& type_index, in UnaryVariantUnaryOpRegistration() 454 const TypeIndex& type_index, in UnaryVariantBinaryOpRegistration() 536 ctr, T, direction, type_index, device_copy_fn) \ argument [all …]
|
H A D | resource_mgr.cc | 35 const TypeIndex& type_index, in MakeResourceHandle() 56 const TypeIndex& type_index) { in MakeResourceHandleToOutput()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | instruction_builder.cc | 1478 HNewInstance* HInstructionBuilder::BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildNewInstance() 2492 dex::TypeIndex type_index, in BuildNewArray() 2506 dex::TypeIndex type_index, in BuildFilledNewArray() 2629 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildLoadClass() 2637 HLoadClass* HInstructionBuilder::BuildLoadClass(dex::TypeIndex type_index, in BuildLoadClass() 2686 dex::TypeIndex type_index) { in ResolveClass() 2702 bool HInstructionBuilder::LoadClassNeedsAccessCheck(dex::TypeIndex type_index, in LoadClassNeedsAccessCheck() 2779 dex::TypeIndex type_index, in BuildTypeCheck() 2835 dex::TypeIndex type_index, in BuildTypeCheck() 3669 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local [all …]
|
/aosp_15_r20/frameworks/base/libs/androidfw/tests/ |
H A D | LoadedArsc_test.cpp | 63 const uint8_t type_index = get_type_id(app::R::string::string_one) - 1; in TEST() local 150 uint8_t type_index = get_type_id(basic::R::string::test3) - 1; in TEST() local 335 const uint8_t type_index = get_type_id(overlayable::R::string::overlayable11) - 1; in TEST() local 367 const uint8_t type_index = get_type_id(sparse::R::integer::foo_9) - 1; in TEST_P() local 390 const uint8_t type_index = get_type_id(sparse::R::string::only_land) - 1; in TEST_P() local
|
/aosp_15_r20/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 738 dex::TypeIndex type_index = FindOrCreateTypeIndex(dex_file, descriptor); in AddClass() local 1415 dex::TypeIndex type_index = FindOrCreateTypeIndex(*pmi.ref.dex_file, class_ref); in AddMethod() local 1492 for (const dex::TypeIndex& type_index : dex_pc_data.classes) { in VerifyProfileData() local 1500 for (const dex::TypeIndex& type_index : dex_data->class_set) { in VerifyProfileData() local 2070 for (dex::TypeIndex type_index : other_class_set) { in MergeWith() local 2193 for (dex::TypeIndex type_index : inline_cache_it.second.classes) { in DumpInfo() local 2221 for (dex::TypeIndex type_index : dex_data->class_set) { in DumpInfo() local 2256 for (const dex::TypeIndex& type_index : dex_data->class_set) { in GetClassesAndMethods() local 2672 uint16_t type_index = 0u; in ReadClasses() local 2968 uint16_t type_index = 0u; in ReadMethods() local [all …]
|
H A D | profile_compilation_info.h | 129 dex::TypeIndex type_index; // the type index of the class member 344 void AddClass(ProfileIndexType profile_index, dex::TypeIndex type_index) { in AddClass() 532 bool ContainsClass(ProfileIndexType profile_index, dex::TypeIndex type_index) const { in ContainsClass()
|
H A D | profile_compilation_info_test.cc | 258 for (uint32_t type_index = 0; type_index != num_type_ids1; ++type_index) { in TEST_F() local 262 for (uint32_t type_index = num_type_ids1; type_index != DexFile::kDexNoIndex16; ++type_index) { in TEST_F() local 272 for (uint32_t type_index = 0; type_index != num_type_ids2; ++type_index) { in TEST_F() local 280 for (uint32_t type_index = num_type_ids2; type_index != DexFile::kDexNoIndex16; ++type_index) { in TEST_F() local 688 dex::TypeIndex type_index = *dex_pc_data.classes.begin(); in TEST_F() local
|
/aosp_15_r20/art/tools/veridex/ |
H A D | flow_analysis.cc | 534 dex::TypeIndex type_index(instruction.VRegC_22c()); in ProcessDexInstruction() local 541 dex::TypeIndex type_index(instruction.VRegB_35c()); in ProcessDexInstruction() local 548 dex::TypeIndex type_index(instruction.VRegB_3rc()); in ProcessDexInstruction() local 669 dex::TypeIndex type_index(instruction.VRegB_21c()); in ProcessDexInstruction() local
|
/aosp_15_r20/tools/dexter/slicer/ |
H A D | debuginfo_encoder.cc | 77 auto type_index = dbg_annotation->CastOperand<Type>(2)->index; in Visit() local 87 auto type_index = dbg_annotation->CastOperand<Type>(2)->index; in Visit() local
|
H A D | reader.cc | 605 dex::u4 type_index = dex::ReadULeb128(pptr); in ParseAnnotation() local 696 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in ExtractDebugInfo() local 711 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in ExtractDebugInfo() local 788 dex::u4 type_index = dex::ReadULeb128(&ptr); in ExtractCode() local
|
H A D | code_ir.cc | 78 dex::u4 type_index = dex::ReadULeb128(&ptr); in DisassembleTryBlocks() local 172 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in DisassembleDebugInfo() local 187 dex::u4 type_index = dex::ReadULeb128(&ptr) - 1; in DisassembleDebugInfo() local
|
H A D | writer.cc | 821 dex::u4 type_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo() local 832 dex::u4 type_index = dex::ReadULeb128(&src) - 1; in WriteDebugInfo() local 987 dex::u4 type_index = dex::ReadULeb128(&ptr); in WriteTryBlocks() local
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
H A D | AnnotationEntry.java | 37 private final int type_index; field in AnnotationEntry 65 …public AnnotationEntry(final int type_index, final ConstantPool constant_pool, final boolean isRun… in AnnotationEntry()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | trim_capabilities_pass.cpp | 337 const uint32_t type_index = def_use_mgr->GetDef(image_index)->type_id(); in Handler_OpImageRead_StorageImageReadWithoutFormat() local 361 const uint32_t type_index = def_use_mgr->GetDef(image_index)->type_id(); in Handler_OpImageWrite_StorageImageWriteWithoutFormat() local 381 const uint32_t type_index = def_use_mgr->GetDef(image_index)->type_id(); in Handler_OpImageSparseRead_StorageImageReadWithoutFormat() local
|
/aosp_15_r20/art/runtime/dex/ |
H A D | dex_file_annotations.cc | 195 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in SearchAnnotationSet() local 361 uint32_t type_index = DecodeUnsignedLeb128(annotation); in ProcessEncodedAnnotation() local 496 dex::TypeIndex type_index(index); in ProcessAnnotationValue() local 778 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in GetAnnotationItemFromAnnotationSet() local 1296 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in IsMethodBuildAnnotationPresent() local 2024 uint32_t type_index = DecodeUnsignedLeb128(&annotation); in VisitClassAnnotations() local
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/common_os/include/system/core/property_service/libpropertyinfoparser/include/property_info_parser/ |
H A D | property_info_parser.h | 38 uint32_t type_index; member 108 uint32_t type_index() const { return node_property_entry()->type_index; } in type_index() function
|
/aosp_15_r20/system/core/property_service/libpropertyinfoparser/include/property_info_parser/ |
H A D | property_info_parser.h | 38 uint32_t type_index; member 108 uint32_t type_index() const { return node_property_entry()->type_index; } in type_index() function
|
/aosp_15_r20/art/runtime/jit/ |
H A D | profile_saver.cc | 377 dex::TypeIndex type_index; member 634 dex::TypeIndex type_index = in UpdateProfile() local 688 dex::TypeIndex type_index = in UpdateProfile() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | trim_capabilities_pass.cpp | 332 const uint32_t type_index = def_use_mgr->GetDef(image_index)->type_id(); in Handler_OpImageRead_StorageImageReadWithoutFormat() local 354 const uint32_t type_index = def_use_mgr->GetDef(image_index)->type_id(); in Handler_OpImageSparseRead_StorageImageReadWithoutFormat() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | trim_capabilities_pass.cpp | 332 const uint32_t type_index = def_use_mgr->GetDef(image_index)->type_id(); in Handler_OpImageRead_StorageImageReadWithoutFormat() local 354 const uint32_t type_index = def_use_mgr->GetDef(image_index)->type_id(); in Handler_OpImageSparseRead_StorageImageReadWithoutFormat() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_index/test/ |
D | test_lib.cpp | 36 void accept_typeindex(const boost::typeindex::type_index&) {} in accept_typeindex()
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | TypeIndex.h | 64 constexpr explicit type_index(uint64_t checksum) : IdWrapper(checksum) {} in type_index() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_index/include/boost/ |
D | type_index.hpp | 128 typedef platform_specific type_index; typedef
|
/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/stdcompat/include/lib/stdcompat/internal/ |
H A D | storage.h | 42 struct type_index {}; struct
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | flatbuffer_serializer.cpp | 521 std::vector<uint32_t> type_index; in classTypeToFB() local 598 uint32_t type_index = storeClassTypeAndGetIndex(fbb, type); in objectToFB() local
|