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

  /art/runtime/
string_reference.h 34 const char* GetStringData() const {
35 return dex_file->GetStringData(dex_file->GetStringId(string_index));
64 CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(),
65 sr2.GetStringData()) < 0);
69 return CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues(sr1.GetStringData(),
70 sr2.GetStringData()) < 0;
type_lookup_table.cc 84 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
98 const uint32_t hash = ComputeModifiedUtf8Hash(dex_file.GetStringData(str_id));
dex_file-inl.h 41 inline const char* DexFile::GetStringData(const StringId& string_id) const {
dex_file_tracking_registrar.cc 244 const void* string_data_data_begin = reinterpret_cast<const void*>(dex_file_->GetStringData(string_id));
dex_file_test.cc 462 const char* dex_str = raw->GetStringData(*str_id);
506 << java_lang_dex_file_->GetStringData(name)
522 << java_lang_dex_file_->GetStringData(name);
dex_file.cc 778 const char* str = GetStringData(str_id);
798 const char* str = GetStringData(str_id);
817 const char* str = GetStringData(str_id);
    [all...]
dex_file_verifier_test.cc 252 const char* str = dex_file->GetStringData(string_id);
    [all...]
dex_file_verifier.cc     [all...]
dex_file.h 565 const char* GetStringData(const StringId& string_id) const;
    [all...]
dex_file_annotations.cc 248 dex_file.GetStringData(dex_file.GetStringId(dex::StringIndex(element_name_index)));
    [all...]
  /art/compiler/utils/
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))));
test_dex_file_builder_test.cc 53 dex_file->GetStringData(dex_file->GetStringId(dex::StringIndex(i)))) << i;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tuner.h     [all...]
  /art/dexlayout/
dex_ir.cc 325 StringData* string_data = new StringData(dex_file.GetStringData(disk_string_id));
    [all...]

Completed in 268 milliseconds