/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/ |
D | dex_file-inl.h | 42 inline int32_t DexFile::GetStringLength(const dex::StringId& string_id) const { in GetStringLength() 47 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringId& string_id, in GetStringDataAndUtf16Length() 55 inline const char* DexFile::GetStringData(const dex::StringId& string_id) const { in GetStringData() 66 const dex::StringId& string_id = GetStringId(idx); in StringDataAndUtf16LengthByIdx() local
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/ |
D | dex_file-inl.h | 42 inline int32_t DexFile::GetStringLength(const dex::StringId& string_id) const { in GetStringLength() 48 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringId& string_id, in GetStringDataAndUtf16Length() 57 inline const char* DexFile::GetStringData(const dex::StringId& string_id) const { in GetStringData() 69 const dex::StringId& string_id = GetStringId(idx); in StringDataAndUtf16LengthByIdx() local
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/ |
D | dex_file-inl.h | 42 inline int32_t DexFile::GetStringLength(const dex::StringId& string_id) const { in GetStringLength() 48 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringId& string_id, in GetStringDataAndUtf16Length() 57 inline const char* DexFile::GetStringData(const dex::StringId& string_id) const { in GetStringData() 69 const dex::StringId& string_id = GetStringId(idx); in StringDataAndUtf16LengthByIdx() local
|
/aosp_15_r20/art/libdexfile/dex/ |
H A D | dex_file-inl.h | 61 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringId& string_id, in GetStringDataAndUtf16Length() 76 inline uint32_t DexFile::GetStringUtf16Length(const dex::StringId& string_id) const { in GetStringUtf16Length() 83 inline const char* DexFile::GetStringData(const dex::StringId& string_id) const { in GetStringData() 94 inline std::string_view DexFile::GetStringView(const dex::StringId& string_id) const { in GetStringView()
|
H A D | dex_file_tracking_registrar.cc | 221 const dex::StringId & string_id = dex_file_->GetStringId(StringIndex(stringid_ctr)); in SetAllStringDataStartRegistration() local
|
H A D | dex_file_verifier_test.cc | 242 const dex::StringId& string_id = dex_file->GetStringId(name_index); in FindMethodData() local 835 const dex::StringId& string_id = dex_file->GetStringId(name_index); in FindFieldData() local
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/ |
D | dex_file-inl.h | 58 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringId& string_id, in GetStringDataAndUtf16Length() 73 inline uint32_t DexFile::GetStringUtf16Length(const dex::StringId& string_id) const { in GetStringUtf16Length() 80 inline const char* DexFile::GetStringData(const dex::StringId& string_id) const { in GetStringData() 91 inline std::string_view DexFile::GetStringView(const dex::StringId& string_id) const { in GetStringView()
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/ |
D | dex_file-inl.h | 58 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringId& string_id, in GetStringDataAndUtf16Length() 73 inline uint32_t DexFile::GetStringUtf16Length(const dex::StringId& string_id) const { in GetStringUtf16Length() 80 inline const char* DexFile::GetStringData(const dex::StringId& string_id) const { in GetStringData() 91 inline std::string_view DexFile::GetStringView(const dex::StringId& string_id) const { in GetStringView()
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/ |
D | dex_file-inl.h | 58 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringId& string_id, in GetStringDataAndUtf16Length() 73 inline uint32_t DexFile::GetStringUtf16Length(const dex::StringId& string_id) const { in GetStringUtf16Length() 80 inline const char* DexFile::GetStringData(const dex::StringId& string_id) const { in GetStringData() 91 inline std::string_view DexFile::GetStringView(const dex::StringId& string_id) const { in GetStringView()
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/ |
D | dex_file-inl.h | 58 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringId& string_id, in GetStringDataAndUtf16Length() 73 inline uint32_t DexFile::GetStringUtf16Length(const dex::StringId& string_id) const { in GetStringUtf16Length() 80 inline const char* DexFile::GetStringData(const dex::StringId& string_id) const { in GetStringData() 91 inline std::string_view DexFile::GetStringView(const dex::StringId& string_id) const { in GetStringView()
|
/aosp_15_r20/external/perfetto/src/trace_processor/containers/ |
H A D | string_pool.cc | 69 Id string_id = Id::BlockString(blocks_.size() - 1, offset); in InsertString() local 82 Id string_id = Id::LargeString(large_strings_.size() - 1); in InsertLargeString() local
|
/aosp_15_r20/external/executorch/devtools/etdump/ |
H A D | etdump_flatcc.cpp | 287 int64_t string_id = name != nullptr ? create_string_entry(name) : -1; in log_profiling_delegate() local 357 int64_t string_id = name != nullptr ? create_string_entry(name) : -1; in log_intermediate_output_delegate_helper() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/ |
H A D | cpu_tracker.cc | 55 auto string_id = context_->storage->InternString(processor); in SetCpuInfo() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/fuchsia/ |
H A D | fuchsia_record.cc | 22 void FuchsiaRecord::InsertString(uint32_t index, StringPool::Id string_id) { in InsertString()
|
H A D | fuchsia_record.h | 44 StringPool::Id string_id; member
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | profile_packet_sequence_state.cc | 87 for (SourceStringId string_id : mapping.name_ids) { in AddMapping() local
|
H A D | gpu_event_parser.cc | 709 auto string_id = in ParseVulkanMemoryEvent() local
|
/aosp_15_r20/external/flashrom/ |
H A D | dmi.c | 117 static char *dmi_string(const char *buf, uint8_t string_id, const char *limit) in dmi_string()
|
/aosp_15_r20/system/logging/logd/ |
H A D | ReplayMessages.cpp | 115 for (const auto& string_id : string_ids) { in BuffersToLogMask() local
|
/aosp_15_r20/art/runtime/ |
H A D | vdex_file.cc | 409 dex::StringIndex string_id, in GetStringFromIndex()
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | constant_folding.cc | 598 const dex::StringId& string_id = dex_file.GetStringId(load_string->GetStringIndex()); in VisitArrayLength() local
|
/aosp_15_r20/system/extras/simpleperf/scripts/ |
H A D | pprof_proto_generator.py | 175 def string(self, string_id): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/compatibility/ |
H A D | backport_manager.cpp | 103 std::string string_id = in write_archive_current() local
|
/aosp_15_r20/art/dex2oat/ |
H A D | transaction_test.cc | 552 const dex::StringId* string_id = dex_file->FindStringId(kResolvedString); in TEST_F() local
|
/aosp_15_r20/art/runtime/verifier/ |
H A D | verifier_deps.cc | 138 const dex::StringId* string_id = dex_file.FindStringId(str.c_str()); in GetIdFromString() local
|