Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file-inl.h41 inline int32_t DexFile::GetStringLength(const dex::StringId& string_id) const { in GetStringLength()
46 inline const char* DexFile::GetStringDataAndUtf16Length(const dex::StringId& string_id, in GetStringDataAndUtf16Length()
54 inline const char* DexFile::GetStringData(const dex::StringId& string_id) const { in GetStringData()
65 const dex::StringId& string_id = GetStringId(idx); in StringDataAndUtf16LengthByIdx() local
Ddex_file_tracking_registrar.cc221 const dex::StringId & string_id = dex_file_->GetStringId(StringIndex(stringid_ctr)); in SetAllStringDataStartRegistration() local
Ddex_file.h245 dex::StringIndex GetIndexForStringId(const dex::StringId& string_id) const { in GetIndexForStringId()
Ddex_file_verifier.cc3062 const dex::StringId* string_id = in GetStringOrError() local
/art/dexlayout/
Ddex_visualize.cc117 void DumpStringId(const dex_ir::StringId* string_id, int class_index) { in DumpStringId()
Ddex_writer.cc234 for (auto& string_id : header_->StringIds()) { in WriteStringIds() local
Ddex_ir.h620 explicit TypeId(StringId* string_id) : string_id_(string_id) { size_ = kTypeIdItemSize; } in TypeId()
779 void SetStringId(StringId* string_id) { u_.string_val_ = string_id; } in SetStringId()
/art/runtime/verifier/
Dverifier_deps.cc156 const dex::StringIndex string_id = TryGetClassDescriptorStringId( in GetMethodDeclaringClassStringId() local
175 const dex::StringIndex string_id = TryGetClassDescriptorStringId( in GetFieldDeclaringClassStringId() local
220 const dex::StringId* string_id = dex_file.FindStringId(str.c_str()); in GetIdFromString() local
/art/runtime/
Dtransaction_test.cc500 const dex::StringId* string_id = dex_file->FindStringId(kResolvedString); in TEST_F() local
Ddebugger.cc2017 JDWP::JdwpError Dbg::StringToUtf8(JDWP::ObjectId string_id, std::string* str) { in StringToUtf8()
/art/runtime/jdwp/
Djdwp_handler.cc275 ObjectId string_id; in VM_CreateString() local