Home
last modified time | relevance | path

Searched defs:string_id (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Ddex_file-inl.h28 inline int32_t DexFile::GetStringLength(const StringId& string_id) const { in GetStringLength()
33 inline const char* DexFile::GetStringDataAndUtf16Length(const StringId& string_id, in GetStringDataAndUtf16Length()
Dintern_table.cc223 const DexFile::StringId* string_id = dex_file->FindStringId(utf8.c_str()); in LookupStringFromImage() local
Ddex_file.h512 uint32_t GetIndexForStringId(const StringId& string_id) const { in GetIndexForStringId()
525 const char* GetStringData(const StringId& string_id) const { in GetStringData()
536 const StringId& string_id = GetStringId(idx); in StringDataAndUtf16LengthByIdx() local
Ddex_file_verifier_test.cc315 const DexFile::StringId& string_id = dex_file->GetStringId(name_index); in FindMethodData() local
924 const DexFile::StringId& string_id = dex_file->GetStringId(name_index); in FindFieldData() local
Ddex_file_verifier.cc2429 const DexFile::StringId* string_id = in GetStringOrError() local
Ddebugger.cc1913 JDWP::JdwpError Dbg::StringToUtf8(JDWP::ObjectId string_id, std::string* str) { in StringToUtf8()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc740 const DexFile::StringId* string_id = dex_file->FindStringId(kNameCacheNames[index]); in FindNameIndex() local
/art/runtime/jdwp/
Djdwp_handler.cc272 ObjectId string_id; in VM_CreateString() local