Home
last modified time | relevance | path

Searched defs:string_idx (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/art/runtime/
H A Dclass_linker-inl.h72 inline ObjPtr<mirror::String> ClassLinker::ResolveString(dex::StringIndex string_idx, in ResolveString()
84 inline ObjPtr<mirror::String> ClassLinker::ResolveString(dex::StringIndex string_idx, in ResolveString()
96 inline ObjPtr<mirror::String> ClassLinker::ResolveString(dex::StringIndex string_idx, in ResolveString()
107 inline ObjPtr<mirror::String> ClassLinker::LookupString(dex::StringIndex string_idx, in LookupString()
H A Dnoop_compiler_callbacks.h177 [[maybe_unused]] dex::StringIndex string_idx) override in RecordResolveString()
/aosp_15_r20/art/runtime/mirror/
H A Ddex_cache-inl.h134 inline String* DexCache::GetResolvedString(dex::StringIndex string_idx) { in GetResolvedString()
138 inline void DexCache::SetResolvedString(dex::StringIndex string_idx, ObjPtr<String> resolved) { in SetResolvedString()
150 inline void DexCache::ClearString(dex::StringIndex string_idx) { in ClearString()
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file-inl.h70 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringIndex string_idx, in GetStringDataAndUtf16Length()
89 inline const char* DexFile::GetStringData(dex::StringIndex string_idx) const { in GetStringData()
101 inline std::string_view DexFile::GetStringView(dex::StringIndex string_idx) const { in GetStringView()
H A Ddex_instruction.cc171 uint32_t string_idx = VRegB_21c(); in DumpString() local
295 uint32_t string_idx = VRegB_31c(); in DumpString() local
H A Dtest_dex_file_builder.h103 uint32_t string_idx = 0u; variable
H A Ddex_file_verifier.cc179 std::string GetString(dex::StringIndex string_idx) { in GetString()
959 uint32_t string_idx = method_id.name_idx_.index_; in CheckClassDataItemMethod() local
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Ddex_file-inl.h67 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringIndex string_idx, in GetStringDataAndUtf16Length()
86 inline const char* DexFile::GetStringData(dex::StringIndex string_idx) const { in GetStringData()
98 inline std::string_view DexFile::GetStringView(dex::StringIndex string_idx) const { in GetStringView()
Dtest_dex_file_builder.h103 uint32_t string_idx = 0u; variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Ddex_file-inl.h67 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringIndex string_idx, in GetStringDataAndUtf16Length()
86 inline const char* DexFile::GetStringData(dex::StringIndex string_idx) const { in GetStringData()
98 inline std::string_view DexFile::GetStringView(dex::StringIndex string_idx) const { in GetStringView()
Dtest_dex_file_builder.h103 uint32_t string_idx = 0u; variable
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Ddex_file-inl.h67 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringIndex string_idx, in GetStringDataAndUtf16Length()
86 inline const char* DexFile::GetStringData(dex::StringIndex string_idx) const { in GetStringData()
98 inline std::string_view DexFile::GetStringView(dex::StringIndex string_idx) const { in GetStringView()
Dtest_dex_file_builder.h103 uint32_t string_idx = 0u; variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Ddex_file-inl.h67 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringIndex string_idx, in GetStringDataAndUtf16Length()
86 inline const char* DexFile::GetStringData(dex::StringIndex string_idx) const { in GetStringData()
98 inline std::string_view DexFile::GetStringView(dex::StringIndex string_idx) const { in GetStringView()
Dtest_dex_file_builder.h103 uint32_t string_idx = 0u; variable
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_dexcache_entrypoints.cc136 dex::StringIndex string_idx, in StoreStringInBss()
291 extern "C" mirror::String* artResolveStringFromCode(int32_t string_idx, Thread* self) in artResolveStringFromCode()
/aosp_15_r20/art/tools/dexanalyze/
H A Ddexanalyze_strings.cc108 ALWAYS_INLINE bool Equal(uint32_t string_idx, const uint8_t* data, size_t len) const { in Equal()
169 ALWAYS_INLINE bool Equal(uint32_t string_idx, const uint8_t* data, size_t len) const { in Equal()
/aosp_15_r20/art/dex2oat/
H A Dtransaction.cc297 dex::StringIndex string_idx) { in RecordResolveString()
690 dex::StringIndex string_idx) in ResolveStringLog()
H A Daot_class_linker.cc464 dex::StringIndex string_idx) { in RecordResolveString()
H A Dtransaction_test.cc554 dex::StringIndex string_idx = dex_file->GetIndexForStringId(*string_id); in TEST_F() local
/aosp_15_r20/art/cmdline/
H A Dtoken_range.h276 size_t string_idx = 0; in MatchSubstrings() local
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Dtest_dex_file_builder.h103 uint32_t string_idx = 0u; variable
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Dtest_dex_file_builder.h103 uint32_t string_idx = 0u; variable
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Dtest_dex_file_builder.h103 uint32_t string_idx = 0u; variable
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.h331 dex::StringIndex string_idx) in ResolveString()

12