HomeSort by relevance Sort by last modified time
    Searched refs:GetStringData (Results 1 - 14 of 14) sorted by null

  /art/libdexfile/dex/
string_reference.h 41 const char* GetStringData() const {
42 return dex_file->GetStringData(dex_file->GetStringId(StringIndex()));
58 CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(),
59 sr2.GetStringData()) < 0);
63 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(),
64 sr2.GetStringData()) < 0;
string_reference_test.cc 38 ASSERT_STREQ("String1", dex_file1->GetStringData(dex_file1->GetStringId(dex::StringIndex(0))));
45 ASSERT_STREQ("String2", dex_file2->GetStringData(dex_file2->GetStringId(dex::StringIndex(0))));
85 dex_file1->GetStringData(dex_file1->GetStringId(dex::StringIndex(index))));
96 dex_file2->GetStringData(dex_file2->GetStringId(dex::StringIndex(index))));
type_lookup_table.cc 53 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
68 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
120 const char* first_checked_str = GetStringData(*entry);
139 ModifiedUtf8StringEquals(str, GetStringData(*entry))) {
168 const char* TypeLookupTable::GetStringData(const Entry& entry) const {
test_dex_file_builder_test.cc 52 dex_file->GetStringData(dex_file->GetStringId(dex::StringIndex(i)))) << i;
type_lookup_table.h 170 const char* GetStringData(const Entry& entry) const;
art_dex_file_loader_test.cc 228 const char* dex_str = raw->GetStringData(*str_id);
272 << java_lang_dex_file_->GetStringData(name)
288 << java_lang_dex_file_->GetStringData(name);
dex_file_tracking_registrar.cc 224 const void* string_data_data_begin = reinterpret_cast<const void*>(dex_file_->GetStringData(string_id));
dex_file.cc 315 const char* str = GetStringData(str_id);
335 const char* str = GetStringData(str_id);
dex_file-inl.h 54 inline const char* DexFile::GetStringData(const dex::StringId& string_id) const {
dex_file_verifier_test.cc 248 const char* str = dex_file->GetStringData(string_id);
    [all...]
dex_file_verifier.cc     [all...]
dex_file.h 259 const char* GetStringData(const dex::StringId& string_id) const;
    [all...]
  /art/dexlayout/
dex_ir_builder.cc 429 dex_file.GetStringData(disk_string_id));
    [all...]
  /art/runtime/dex/
dex_file_annotations.cc 275 dex_file.GetStringData(dex_file.GetStringId(dex::StringIndex(element_name_index)));
    [all...]

Completed in 384 milliseconds