Home
last modified time | relevance | path

Searched defs:string_id (Results 1 – 12 of 12) 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.cc201 const DexFile::StringId* string_id = dex_file->FindStringId(utf8.c_str()); in LookupStringFromImage() local
Ddex_file.cc487 const StringId* string_id = FindStringId(descriptor); in FindClassDef() local
730 const DexFile::StringId* string_id = FindStringId(descriptor.c_str()); in CreateTypeList() local
Ddex_file.h480 uint32_t GetIndexForStringId(const StringId& string_id) const { in GetIndexForStringId()
493 const char* GetStringData(const StringId& string_id) const { in GetStringData()
504 const StringId& string_id = GetStringId(idx); in StringDataAndUtf16LengthByIdx() local
Dclass_linker_test.cc1029 const DexFile::StringId* string_id = dex_file->FindStringId("LStaticsFromCode;"); in TEST_F() local
Dclass_linker.cc2945 const DexFile::StringId* string_id = dex_file->FindStringId(descriptor); in LookupClassFromImage() local
Ddebugger.cc1975 JDWP::JdwpError Dbg::StringToUtf8(JDWP::ObjectId string_id, std::string* str) { in StringToUtf8()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc710 const DexFile::StringId* string_id = dex_file->FindStringId(kClassCacheNames[index]); in FindClassIndex() local
733 const DexFile::StringId* string_id = dex_file->FindStringId(kNameCacheNames[index]); in FindNameIndex() local
/art/compiler/driver/
Dcompiler_driver-inl.h190 const DexFile::StringId* string_id = in IsClassOfStaticMemberAvailableToReferrer() local
/art/runtime/mirror/
Dobject_test.cc310 const DexFile::StringId* string_id = java_lang_dex_file_->FindStringId("[I"); in TEST_F() local
/art/compiler/
Dimage_writer.cc567 const DexFile::StringId* string_id; in ComputeEagerResolvedStringsCallback() local
/art/runtime/jdwp/
Djdwp_handler.cc272 ObjectId string_id; in VM_CreateString() local